diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-04 23:45:21 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-04 23:45:21 +0100 |
commit | 20a7a10c762d2d81d3f749d08d4da3f56a045dce (patch) | |
tree | 0e04d3d6b0828b4b65e1bb4d49b464678492b03d /inc/cub3d.h | |
parent | Pretty good (diff) | |
download | 42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.gz 42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.bz2 42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.xz 42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.zst 42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.zip |
Scale
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; |