diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 33a291d..e20252e 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -123,6 +123,8 @@ typedef struct s_map uint8_t isspawn; uint8_t isnlvl; uint8_t scale; + uint32_t nlx; + uint32_t nly; } t_map; typedef struct s_cub |