From a8b3a2574e0eb07764e51043b523f6459bb3594c Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 15 Feb 2020 13:26:56 +0100 Subject: asdasd --- inc/cub3d_structs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index eee6188..1bf2bca 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -34,6 +34,11 @@ typedef struct s_img int bpp; int sizeline; int endian; + int img_w; + int img_h; + int tex_x; + int tex_y; + } t_img; typedef struct s_rgb @@ -111,6 +116,7 @@ typedef struct s_cub struct s_img img; struct s_rgb f_rgb; struct s_rgb c_rgb; + struct s_img tlist[5]; } t_cub; # endif -- cgit v1.2.3