diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
commit | 5f242ae6cee377d219defa8290ef1c164b003f52 (patch) | |
tree | 4499f7a75ad102013ca8fba71a6fd34f5e374d53 /src/engine/sound.c | |
parent | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff) |
abilities, songs, species constants
Diffstat (limited to 'src/engine/sound.c')
-rw-r--r-- | src/engine/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/sound.c b/src/engine/sound.c index a6a61c0b5..159ad3f70 100644 --- a/src/engine/sound.c +++ b/src/engine/sound.c @@ -5,7 +5,7 @@ #include "m4a.h" #include "main.h" #include "pokemon.h" -#include "songs.h" +#include "constants/songs.h" #include "task.h" struct Fanfare |