This struct contains the maze grid information. More...
#include <maze.h>
Data Fields | |
uint16_t | columns |
Number of columns in the grid. | |
maze_grid_cell_t * | p_grid_array |
uint16_t | rows |
Number of rows in the grid. | |
This struct contains the maze grid information.
maze_grid_cell_t* p_grid_array |
Pointer to the first element of the grid array.