diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2018-11-05 22:20:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 22:20:25 -0500 |
commit | fe218d84a12543cbd3f498b2909d61ae388bcb30 (patch) | |
tree | 10cbb71713f62308bd3fe971a6b3a33d90491b3f /include/start_menu.h | |
parent | cbc414c44115550c811d6629c23c2e749d9d7fe3 (diff) |
Resolve guard name collision
Diffstat (limited to 'include/start_menu.h')
-rw-r--r-- | include/start_menu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/start_menu.h b/include/start_menu.h index df4efda6d..327df8c16 100644 --- a/include/start_menu.h +++ b/include/start_menu.h @@ -1,5 +1,5 @@ -#ifndef GUARD_STARTER_CHOOSE_H -#define GUARD_STARTER_CHOOSE_H +#ifndef GUARD_START_MENU_H +#define GUARD_START_MENU_H extern u8 (*gMenuCallback)(void); @@ -16,4 +16,4 @@ bool8 debug_sub_8075C30(void); extern u32 gUnknown_Debug_03004BD0; #endif // DEBUG -#endif // GUARD_STARTER_CHOOSE_H +#endif // GUARD_START_MENU_H |