aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 15:30:41 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 15:30:41 +0100
commitb9d15035f290303c2163c595098b4a70a0324ac0 (patch)
tree18c94cb1708b1112714ec729b9b0379e8556612e /inc
parentFIX (diff)
download42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.gz
42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.bz2
42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.xz
42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.tar.zst
42-cub3d-b9d15035f290303c2163c595098b4a70a0324ac0.zip
In progress
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index a173e8c..ebea0f7 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -110,6 +110,7 @@ typedef struct s_map
char *ea_tex_path;
char *we_tex_path;
char *sprite_path;
+ char *nlevel_path;
char *mapl;
char **map;
int8_t x_step;
@@ -119,6 +120,7 @@ typedef struct s_map
size_t line_chk;
size_t map_start;
uint8_t isspawn;
+ uint8_t isnlvl;
uint8_t scale;
} t_map;