diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-01 04:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 04:25:32 +0100 |
commit | 8f7c115c0e110aa50a5c81b9a8f7dec31760fa67 (patch) | |
tree | af1abc1ee38b3b3a5c76d7f0b6927eb634f43401 /include | |
parent | ca53a63f5a7570d6393e13f0fb2c2bafb1adeb38 (diff) | |
parent | 109291af7c53c0cb5941e9eaacf93c8684e1b32c (diff) |
Merge pull request #420 from tgsm/unk_02034188
Decompile unk_02034188
Diffstat (limited to 'include')
-rw-r--r-- | include/wfc_user_info_warning.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/wfc_user_info_warning.h b/include/wfc_user_info_warning.h new file mode 100644 index 00000000..2ddb8890 --- /dev/null +++ b/include/wfc_user_info_warning.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_WFC_USER_INFO_WARNING_H +#define POKEDIAMOND_WFC_USER_INFO_WARNING_H + +void ShowWFCUserInfoWarning(u32 heap_id, u32 a1); + +#endif |