From f63e12e2f7aca68d867e362223804afdc987af73 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Mar 2020 20:59:02 +0100 Subject: Rework in progress --- inc/cub3d_structs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index a45af47..3ad9eec 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -58,10 +58,11 @@ typedef struct s_bmp_info typedef struct s_sfx { - char *cmd_one; - char *cmd_two; + char *cmd; + char *cmd_alt; pthread_t tid; pthread_mutex_t mutex; + void (*ft_sfx_play)(struct s_sfx*); /* old */ /* ========= */ -- cgit v1.2.3