aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:07:17 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:07:17 +0100
commit818e93aced8c273347f48dfc5dc1efe47384b0b7 (patch)
treee9cc371d9abfe78c5dc3afcdc67b09af3628bb0e /inc/cub3d.h
parentNow destroying window (diff)
download42-cub3d-818e93aced8c273347f48dfc5dc1efe47384b0b7.tar.gz
42-cub3d-818e93aced8c273347f48dfc5dc1efe47384b0b7.tar.bz2
42-cub3d-818e93aced8c273347f48dfc5dc1efe47384b0b7.tar.xz
42-cub3d-818e93aced8c273347f48dfc5dc1efe47384b0b7.tar.zst
42-cub3d-818e93aced8c273347f48dfc5dc1efe47384b0b7.zip
Wonderful my entier parsing is wrong
Diffstat (limited to 'inc/cub3d.h')
-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;