From 75aeb9d6869aaa1d4ee165b1d2c19a6e49eebad8 Mon Sep 17 00:00:00 2001 From: IvanDSM Date: Sat, 9 May 2020 02:32:57 -0300 Subject: [PATCH] Fix goddard/sfx.h header --- src/goddard/sfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goddard/sfx.h b/src/goddard/sfx.h index 0ba48c0a..d0b6f6fd 100644 --- a/src/goddard/sfx.h +++ b/src/goddard/sfx.h @@ -20,6 +20,6 @@ enum GdSfx { extern void gd_reset_sfx(void); extern u32 gd_new_sfx_to_play(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 */