affichage etat de la rotation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user