started to parse the 'real' map

This commit is contained in:
Theo Champion 2025-06-16 17:03:32 +02:00
parent d336d7bc15
commit 02079dfa87
4 changed files with 92 additions and 6 deletions

View file

@ -20,6 +20,10 @@ typedef struct s_mapdata
char *SO_texture;
char *WE_texture;
char *EA_texture;
int f_color;
int c_color;
char **map;
char **mapflood;
bool isvalid;
char error[1024];
} t_mapdata;