aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 3cea604..8148561 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -148,8 +148,9 @@ void ft_floor_cast_inits(uint16_t y, t_ray *rl, t_cub *cl);
** ====== ARGS ======
*/
-void ft_sfx_trap(t_cub *cl);
void ft_sfx_death(t_cub *cl);
+void ft_sfx_footstep(t_cub *cl);
+void ft_sfx_trap(t_cub *cl);
/*
** ====== OTHER ======