INF2004-Project v0.1
 
Loading...
Searching...
No Matches
maze_grid Struct Reference

This struct contains the maze grid information. More...

#include <maze.h>

Collaboration diagram for maze_grid:
[legend]

Data Fields

uint16_t columns
 Number of columns in the grid.
 
maze_grid_cell_tp_grid_array
 
uint16_t rows
 Number of rows in the grid.
 

Detailed Description

This struct contains the maze grid information.

Note
The grid array is indexed by row first, then column.

Field Documentation

◆ p_grid_array

maze_grid_cell_t* p_grid_array

Pointer to the first element of the grid array.


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