From 2c2cc12429258af73dae0978f9ebc53efae38566 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 23 Mar 2020 14:34:46 +0100 Subject: ok for now --- inc/cub3d_structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 380b7f4..149ac7b 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -243,6 +243,8 @@ typedef struct s_cub uint16_t life_cap_w; uint16_t life_num_h; uint16_t life_num_w; + uint16_t map_back_h; + uint16_t map_back_w; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[14])(char**, struct s_cub*); char ref[22][3]; -- cgit v1.2.3