diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 64db18c..44cb003 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -159,6 +159,8 @@ typedef struct s_map char *we_tex_path; char *sprite_path; char *nl_tex_path; + char *fl_tex_path; + char *ce_tex_path; char *nlevel_path; char *music_path; char *music_cmd; @@ -175,6 +177,8 @@ typedef struct s_map uint8_t isspawn; uint8_t isnlvl; uint8_t ismusic; + uint8_t isftex; + uint8_t isctex; uint8_t scale; uint32_t nlx; uint32_t nly; |