This commit is contained in:
Theo Champion 2025-06-18 22:19:25 +02:00
parent 02079dfa87
commit 0627a90bc4
5 changed files with 91 additions and 17 deletions

View file

@ -22,6 +22,7 @@ typedef struct s_mapdata
char *EA_texture;
int f_color;
int c_color;
int mapheight;
char **map;
char **mapflood;
bool isvalid;