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

game map More...

#include <type_cub3d.h>

Public Attributes

int width
 
int height
 
char ** data
 
t_debug debug
 

Detailed Description

game map

Definition at line 237 of file type_cub3d.h.

Member Data Documentation

◆ data

char** s_map::data

Definition at line 240 of file type_cub3d.h.

◆ debug

t_debug s_map::debug

Definition at line 241 of file type_cub3d.h.

◆ height

int s_map::height

Definition at line 239 of file type_cub3d.h.

◆ width

int s_map::width

Definition at line 238 of file type_cub3d.h.


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