aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h3
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];