From 273459283c98b5f10814fdf74c74c2e6a13f10c0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Mar 2020 18:09:55 +0100 Subject: Not ideal --- inc/cub3d.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/cub3d.h') 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 ====== -- cgit v1.2.3