diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /include/constants | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/bg_music.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/bg_music.h b/include/constants/bg_music.h index 53b18fb..86fb4e9 100644 --- a/include/constants/bg_music.h +++ b/include/constants/bg_music.h @@ -1,5 +1,5 @@ -#ifndef GUARD_BG_MUSIC_H -#define GUARD_BG_MUSIC_H +#ifndef GUARD_CONSTANTS_BG_MUSIC_H +#define GUARD_CONSTANTS_BG_MUSIC_H #define MUS_TEAM_BASE 1 #define MUS_FRIEND_AREA_SWAMP 2 @@ -84,4 +84,4 @@ #define NUM_BG_SONGS 128 -#endif //GUARD_BG_MUSIC_H +#endif //GUARD_CONSTANTS_BG_MUSIC_H |