aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 18:01:19 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 18:01:19 +0100
commitacbc6a4eb3cb2662f3f36efed90cc3e534013c9d (patch)
treeb939bd0410866fd57d9c1282d197eaf06903a9a6 /inc/cub3d_structs.h
parentWe got percent (diff)
download42-cub3d-acbc6a4eb3cb2662f3f36efed90cc3e534013c9d.tar.gz
42-cub3d-acbc6a4eb3cb2662f3f36efed90cc3e534013c9d.tar.bz2
42-cub3d-acbc6a4eb3cb2662f3f36efed90cc3e534013c9d.tar.xz
42-cub3d-acbc6a4eb3cb2662f3f36efed90cc3e534013c9d.tar.zst
42-cub3d-acbc6a4eb3cb2662f3f36efed90cc3e534013c9d.zip
Nice
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 44b8827..259cf05 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -240,6 +240,8 @@ typedef struct s_cub
pthread_t mtid;
int8_t isdead;
uint8_t moves;
+ uint16_t h;
+ uint16_t w;
int (*key_ptr[6])(struct s_cub*);
int8_t (*get_ptr[14])(char**, struct s_cub*);
char ref[22][3];