Fix goddard/sfx.h header
This commit is contained in:
parent
18f3e6ad9f
commit
75aeb9d686
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user