diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 1eb6f08..0773e11 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -54,16 +54,6 @@ typedef struct s_bmp_info uint32_t colors_important; } t_bmp_info; -typedef struct s_bmp_colors -{ - uint32_t red_mask; - uint32_t green_mask; - uint32_t blue_mask; - uint32_t alpha_mask; - uint32_t color_space_type; - uint32_t unused[16]; -} t_bmp_colors; - # pragma pack(pop) typedef struct s_img |