aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index ae5ee02..df26c26 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -28,6 +28,15 @@ typedef struct s_win
uint32_t y_size;
} t_win;
+typedef struct s_bmp
+{
+ uint16_t file_type;
+ uint32_t file_size;
+ uint16_t reserv_one;
+ uint16_t reserv_two;
+ uint32_t offset_data;
+} t_bmp;
+
typedef struct s_img
{
void *img;