diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-06-30 21:47:57 -0500 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-06-30 21:47:57 -0500 |
commit | 50cfe8341dd239857d0d1a0c87dbb08849de51d0 (patch) | |
tree | 2e59eac2cd35b9b1897171d445ca03626b04e0b8 /include | |
parent | 899ff8cbd29f2562bf3a17bb458f16d1ae1ad725 (diff) |
Name unk_02034188 -> wfc_user_info_warning
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02034188.h | 6 | ||||
-rw-r--r-- | include/wfc_user_info_warning.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/include/unk_02034188.h b/include/unk_02034188.h deleted file mode 100644 index 02ade1f0..00000000 --- a/include/unk_02034188.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef POKEDIAMOND_UNK_02034188_H -#define POKEDIAMOND_UNK_02034188_H - -void ShowWFCUserInfoWarning(u32 heap_id, u32 a1); - -#endif 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 |