Cub3D
 
Loading...
Searching...
No Matches
s_map Struct Reference

Structure that handle the map informations. More...

#include <data_structure.h>

Collaboration diagram for s_map:

Data Fields

char ** file
 
size_t file_nb_lines
 
char ** map_2d
 
t_map_raoulmap
 
char * config [6]
 
int error
 
size_t number_of_moves
 
t_coordinates exit
 
t_textures textures
 
bool is_alt_textures
 
t_textures alt_textures
 

Detailed Description

Structure that handle the map informations.

Field Documentation

◆ alt_textures

t_textures s_map::alt_textures

◆ config

char* s_map::config[6]

◆ error

int s_map::error

◆ exit

t_coordinates s_map::exit

◆ file

char** s_map::file

◆ file_nb_lines

size_t s_map::file_nb_lines

◆ is_alt_textures

bool s_map::is_alt_textures

◆ map

t_map_raoul* s_map::map

◆ map_2d

char** s_map::map_2d

◆ number_of_moves

size_t s_map::number_of_moves

◆ textures

t_textures s_map::textures

The documentation for this struct was generated from the following file: