This struct contains the state of a navigator in the maze. More...
#include <maze.h>
Data Fields | |
maze_cardinal_direction_t | orientation |
maze_grid_cell_t * | p_current_node |
maze_grid_cell_t * | p_end_node |
Pointer to the end node of the maze. | |
maze_grid_cell_t * | p_start_node |
Pointer to the start node of the maze. | |
This struct contains the state of a navigator in the maze.
maze_cardinal_direction_t orientation |
Orientation of the navigator. This is an enum.
maze_grid_cell_t* p_current_node |
Pointer to the current location of the navigator.