affichage etat de la rotation

This commit is contained in:
hugogogo
2021-07-18 15:31:44 +02:00
parent 59e2fdde4a
commit 3bef66f8ec
4 changed files with 46 additions and 25 deletions

View File

@@ -15,12 +15,14 @@ typedef struct s_map
{
void *mlx_ptr;
void *win_ptr;
void *img_ptr;
char *img_addr;
int win_size_x;
int win_size_y;
int img_size_x;
int img_size_y;
void *img_ptr;
char *img_addr;
int map_size_x;
int map_size_y;
int img_bpp;
int img_sizel;
int img_endian;