Dungeonator  1.0.0
a dungeon generator library
Data Fields
Grids Struct Reference

#include <grid.h>

Data Fields

int width
 
int height
 
data_t data
 

Detailed Description

a struct to allow access to both the data and width/height of the grid in one param

Field Documentation

◆ data

data_t Grids::data

a pointer to the 2d grid data

◆ height

int Grids::height

the height of the grid (2d array)

◆ width

int Grids::width

the width of the grid (2d array)


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