Added map copy

This commit is contained in:
Theo Champion 2025-06-20 12:07:03 +02:00
parent 0627a90bc4
commit 8bce796bcf
4 changed files with 29 additions and 43 deletions

View file

@ -25,6 +25,7 @@ typedef struct s_mapdata
int mapheight;
char **map;
char **mapflood;
int skipped_lines;
bool isvalid;
char error[1024];
} t_mapdata;