diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 18:30:36 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-28 18:30:36 +0100 |
commit | c9b5e6dfdfc7d97183786279bbe68675a83d83f4 (patch) | |
tree | b121c25d2fa56dc45331d952948bf9cea7a64e8b /inc/cub3d_structs.h | |
parent | In progress (diff) | |
download | 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.gz 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.bz2 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.xz 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.tar.zst 42-cub3d-c9b5e6dfdfc7d97183786279bbe68675a83d83f4.zip |
In progress
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index ebea0f7..33a291d 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 *nl_tex_path; char *nlevel_path; char *mapl; char **map; |