pokediamond/include/wfc_user_info_warning.h
2024-09-30 18:18:30 +01:00

9 lines
168 B
C

#ifndef POKEDIAMOND_WFC_USER_INFO_WARNING_H
#define POKEDIAMOND_WFC_USER_INFO_WARNING_H
#include "heap.h"
void ShowWFCUserInfoWarning(HeapID heapId, u32 a1);
#endif