This struct contains the maze gap bitmasks for serialisation. More...
#include <maze.h>
Data Fields | |
uint16_t | columns |
Number of columns. | |
uint16_t * | p_bitmask |
uint16_t | rows |
Number of rows. | |
This struct contains the maze gap bitmasks for serialisation.
uint16_t* p_bitmask |
Pointer to the bitmask array. This is indexed by row first, then column.