mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
started to parse the 'real' map
This commit is contained in:
parent
d336d7bc15
commit
02079dfa87
4 changed files with 92 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue