diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-11 16:07:29 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-11 16:07:29 +0100 |
commit | 7f77c9bc922fb608f689385d642304956afe0492 (patch) | |
tree | 50ccbb70b2f39f6dbe2d8336165eea47b6b5c048 /inc/cub3d_structs.h | |
parent | qweqwe (diff) | |
download | 42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.gz 42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.bz2 42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.xz 42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.tar.zst 42-cub3d-7f77c9bc922fb608f689385d642304956afe0492.zip |
Performance
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 310ba90..957d154 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -208,6 +208,7 @@ typedef struct s_cub uint8_t ishud; uint8_t walltexgood; uint8_t isoldmus; + uint8_t doicast; uint16_t currlvl; uint16_t i; char *const *envp; |