Fix goddard/sfx.h header

master
IvanDSM 2020-05-09 02:32:57 -03:00
parent 18f3e6ad9f
commit 75aeb9d686
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ enum GdSfx {
extern void gd_reset_sfx(void); extern void gd_reset_sfx(void);
extern u32 gd_new_sfx_to_play(void); extern u32 gd_new_sfx_to_play(void);
extern void gd_sfx_played(void); extern void gd_sfx_played(void);
extern void gd_play_sfx(u32); extern void gd_play_sfx(enum GdSfx sfx);
#endif /* GD_MARIO_HEAD_SFX_H */ #endif /* GD_MARIO_HEAD_SFX_H */