From 162df0a132b3baa19086a16b1c34ea871e3cd418 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 13 Mar 2020 19:31:49 +0100 Subject: There is no way I pthread --- inc/cub3d_structs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 04ee59c..3d61900 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -69,6 +69,11 @@ typedef struct s_sfx pid_t new_lvl_pid; pid_t pain_pid; pid_t trap_pid; + pthread_t death_tid; + pthread_t footstep_tid; + pthread_t new_lvl_tid; + pthread_t pain_tid; + pthread_t trap_tid; } t_sfx; typedef struct s_bmp_rgb -- cgit v1.2.3