summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAkira Akashi <rubenru09@aol.com>2021-07-01 04:25:32 +0100
committerGitHub <noreply@github.com>2021-07-01 04:25:32 +0100
commit8f7c115c0e110aa50a5c81b9a8f7dec31760fa67 (patch)
treeaf1abc1ee38b3b3a5c76d7f0b6927eb634f43401 /include
parentca53a63f5a7570d6393e13f0fb2c2bafb1adeb38 (diff)
parent109291af7c53c0cb5941e9eaacf93c8684e1b32c (diff)
Merge pull request #420 from tgsm/unk_02034188
Decompile unk_02034188
Diffstat (limited to 'include')
-rw-r--r--include/wfc_user_info_warning.h6
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