Structure that handle the map informations. More...
#include <data_structure.h>

Data Fields | |
| char ** | file |
| size_t | file_nb_lines |
| char ** | map_2d |
| t_map_raoul * | map |
| char * | config [6] |
| int | error |
| size_t | number_of_moves |
| t_coordinates | exit |
| t_textures | textures |
| bool | is_alt_textures |
| t_textures | alt_textures |
Structure that handle the map informations.
| t_textures s_map::alt_textures |
| char* s_map::config[6] |
| int s_map::error |
| t_coordinates s_map::exit |
| char** s_map::file |
| size_t s_map::file_nb_lines |
| bool s_map::is_alt_textures |
| t_map_raoul* s_map::map |
| char** s_map::map_2d |
| size_t s_map::number_of_moves |
| t_textures s_map::textures |