diff options
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/menu.h b/include/menu.h index dbaeea6..c400b0a 100644 --- a/include/menu.h +++ b/include/menu.h @@ -1,5 +1,5 @@ -#ifndef MENU_H -#define MENU_H +#ifndef GUARD_MENU_H +#define GUARD_MENU_H struct MenuItem { @@ -7,4 +7,4 @@ struct MenuItem u32 menuAction; // action?? }; -#endif +#endif // GUARD_MENU_H |