diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 19:48:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-13 19:48:48 +0100 |
commit | 36369f00ed18e960f97b34d5c1835f6b21d06201 (patch) | |
tree | 54794333d429875a320b46e6bc76602e14cd543c /inc/cub3d_structs.h | |
parent | Who needs fps anyway (diff) | |
download | 42-cub3d-36369f00ed18e960f97b34d5c1835f6b21d06201.tar.gz 42-cub3d-36369f00ed18e960f97b34d5c1835f6b21d06201.tar.bz2 42-cub3d-36369f00ed18e960f97b34d5c1835f6b21d06201.tar.xz 42-cub3d-36369f00ed18e960f97b34d5c1835f6b21d06201.tar.zst 42-cub3d-36369f00ed18e960f97b34d5c1835f6b21d06201.zip |
Gotta figure out
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 3d61900..04ee59c 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -69,11 +69,6 @@ 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 |