pokediamond/include/wfc_user_info_warning.h

9 lines
173 B
C

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