diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 22:06:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 22:06:00 +0100 |
commit | c786ace26fb4a041a43b2149b61c11b1c75ba1ca (patch) | |
tree | 69f33f8a7e67a5f6214a38b15eea3541b317d7d4 /inc/cub3d_structs.h | |
parent | now pthread (diff) | |
download | 42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.gz 42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.bz2 42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.xz 42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.tar.zst 42-cub3d-c786ace26fb4a041a43b2149b61c11b1c75ba1ca.zip |
Some threads
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 1596831..49ede14 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -85,6 +85,8 @@ typedef struct s_img int img_h; int tex_x; int tex_y; + int tex_x_alt; + int tex_y_alt; } t_img; typedef struct s_rgb @@ -237,6 +239,7 @@ typedef struct s_cub uint8_t doicast; uint16_t currlvl; uint16_t i; + uint16_t y; char errmsg[64]; int32_t key_input[5]; char fps_count[9]; |