|
Dungeonator
1.0.0
a dungeon generator library
|
#include <grid.h>
Data Fields | |
| int | width |
| int | height |
| data_t | data |
a struct to allow access to both the data and width/height of the grid in one param
| data_t Grids::data |
a pointer to the 2d grid data
| int Grids::height |
the height of the grid (2d array)
| int Grids::width |
the width of the grid (2d array)