typedef struct s_mini_map { int32_t color; double stepX; double stepY; double startY; double startX; double endY; double endX; int border; int x; int y; } t_minimap;
typedef struct s_mini_map
{
int32_t color;
double stepX;
double stepY;
double startY;
double startX;
double endY;
double endX;
int border;
int x;
int y;
} t_minimap;