diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 20:29:43 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 20:29:43 +0100 |
commit | 2f819c87685e6ad60bcde0df7944e92f4694f2d2 (patch) | |
tree | e47be112e5e0af8f447d1fc27f905b2da6ba71f7 /inc/cub3d_structs.h | |
parent | Merged (diff) | |
download | 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.gz 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.bz2 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.xz 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.tar.zst 42-cub3d-2f819c87685e6ad60bcde0df7944e92f4694f2d2.zip |
pepere :^) !
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; |