diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-01-01 18:26:25 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-01-01 18:26:25 -0800 |
| commit | 1ca41b54a984af1da881cb9a01015069a570c195 (patch) | |
| tree | 83946bfda0b34f854c05bfdecc7bc2352c416ee3 /src/sound.c | |
| parent | 0e72c3ee157adb058e6751ff3d1a7ba070b0eef7 (diff) | |
color.c, utils->common.c
Diffstat (limited to 'src/sound.c')
| -rw-r--r-- | src/sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.c b/src/sound.c index 32dc20c4..aa12853b 100644 --- a/src/sound.c +++ b/src/sound.c @@ -2,7 +2,7 @@ #include "main.h" #include "gba/m4a.h" #include "sound.h" -#include "utils.h" +#include "common.h" #define IS_BGM(song) ((song)-1 <= NUM_BGM - 1) #define IS_SFX(song) ((song)-1 > NUM_BGM - 1) |
