aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 18:10:14 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 18:10:14 +0100
commit16092c007e8767b32c107d74d3ea3d238f5e65ec (patch)
treeb46cb8825ea0f7071ee4b48f37f78f853b13414c /inc
parentNo pthread in Makefile (diff)
download42-cub3d-16092c007e8767b32c107d74d3ea3d238f5e65ec.tar.gz
42-cub3d-16092c007e8767b32c107d74d3ea3d238f5e65ec.tar.bz2
42-cub3d-16092c007e8767b32c107d74d3ea3d238f5e65ec.tar.xz
42-cub3d-16092c007e8767b32c107d74d3ea3d238f5e65ec.tar.zst
42-cub3d-16092c007e8767b32c107d74d3ea3d238f5e65ec.zip
Preparing forks
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index c74a9e0..7e49e14 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -177,7 +177,7 @@ typedef struct s_cub
uint16_t i;
char errmsg[64];
int32_t key_input[5];
- pthread_t tid;
+ pid_t mpid;
int (*key_ptr[6])(struct s_cub*);
int8_t (*get_ptr[11])(char**, struct s_cub*);
struct s_win wlist;