Fix goddard/sfx.h header

master
IvanDSM 2020-05-09 02:30:14 -03:00
parent 3ebfc225ca
commit 89cd99608e
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 */