aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 6b35fab..676253a 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -39,6 +39,7 @@ typedef struct s_cub
int c_color;
char **map;
size_t map_w;
+ size_t line_chk;
struct s_win *wlist;
} t_cub;