diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 1bf2bca..b25f473 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -38,6 +38,7 @@ typedef struct s_img int img_h; int tex_x; int tex_y; + int w_side; } t_img; |