From 20a7a10c762d2d81d3f749d08d4da3f56a045dce Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 4 Feb 2020 23:45:21 +0100 Subject: Scale --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d.h') 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; -- cgit v1.2.3