diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:28:38 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:28:38 +0100 |
commit | 90c93c385af0fbe3c279b805dc64b84910075231 (patch) | |
tree | b0d466a85fc668dd4ca6639d40cfd775611ccbb8 /inc/cub3d_structs.h | |
parent | Norme is pretty bav (diff) | |
download | 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.gz 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.bz2 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.xz 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.tar.zst 42-cub3d-90c93c385af0fbe3c279b805dc64b84910075231.zip |
in progress
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index d650110..845ae31 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -186,6 +186,7 @@ typedef struct s_map uint8_t ismusic; uint8_t isftex; uint8_t isctex; + uint8_t isskybox; uint8_t darklvl; uint8_t scale; uint32_t nlx; @@ -208,7 +209,7 @@ typedef struct s_cub pid_t mpid; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[12])(char**, struct s_cub*); - char ref[13][3]; + char ref[14][3]; struct s_win wlist; struct s_player plist; struct s_map mlist; |