mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
Added map copy
This commit is contained in:
parent
0627a90bc4
commit
8bce796bcf
4 changed files with 29 additions and 43 deletions
|
|
@ -25,6 +25,7 @@ typedef struct s_mapdata
|
|||
int mapheight;
|
||||
char **map;
|
||||
char **mapflood;
|
||||
int skipped_lines;
|
||||
bool isvalid;
|
||||
char error[1024];
|
||||
} t_mapdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue