diff options
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r-- | sword2/driver/d_sound.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index aaae7e9086..9c5b045821 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -27,6 +27,10 @@ namespace Sword2 { +// Max number of sound fx +#define MAXFX 16 +#define MAXMUS 2 + extern void sword2_sound_handler(void *refCon); typedef struct { |