diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 23:55:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 23:55:12 +0100 |
commit | 998d2df1356f83049c30f71bd5dc4c0597fd4824 (patch) | |
tree | 660eef6063088eea2b844984c49c5aa1b2b6e2f2 /inc/cub3d_structs.h | |
parent | Clean (diff) | |
download | 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.gz 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.bz2 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.xz 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.zst 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.zip |
Nice bmp
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 |