From 818e93aced8c273347f48dfc5dc1efe47384b0b7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 28 Jan 2020 15:07:17 +0100 Subject: Wonderful my entier parsing is wrong --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d.h') 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; -- cgit v1.2.3