diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index ce4c658..f031c1c 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -88,6 +88,7 @@ typedef struct s_cub size_t line_chk; size_t map_start; uint8_t isspawn; + uint16_t scale; struct s_win *wlist; struct s_player *plist; struct s_img img; |