aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:17:54 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-04 00:17:54 +0100
commit46ed1046b3d8e9dfbb9438552582898c3c79a9f5 (patch)
treefd1d0c451944d55945375cceeda800ac6664cf27 /inc/cub3d_structs.h
parentMap update (diff)
download42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.gz
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.bz2
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.xz
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.tar.zst
42-cub3d-46ed1046b3d8e9dfbb9438552582898c3c79a9f5.zip
Chelou maps work, now sides check
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index b19eae6..ae5ee02 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -121,6 +121,7 @@ typedef struct s_map
int8_t y_step;
size_t map_w;
size_t map_h;
+ size_t mapl_len;
size_t line_chk;
size_t map_start;
uint8_t isspawn;