
Go to the source code of this file.
Classes | |
| class | MapSearchNode |
Defines | |
| #define | DEBUG_LIST_LENGTHS_ONLY 0 |
| #define | DEBUG_LISTS 0 |
Functions | |
| uint8_t | GetMap (unsigned int x, unsigned int y) |
Variables | |
| static uint8_t * | _map = NULL |
| static unsigned int | _map_height = 0 |
| static unsigned int | _map_width = 0 |
| #define DEBUG_LIST_LENGTHS_ONLY 0 |
Definition at line 17 of file findpath.cpp.
| #define DEBUG_LISTS 0 |
Definition at line 16 of file findpath.cpp.
| uint8_t GetMap | ( | unsigned int | x, |
| unsigned int | y | ||
| ) |
Definition at line 27 of file findpath.cpp.
uint8_t* _map = NULL [static] |
Definition at line 24 of file findpath.cpp.
unsigned int _map_height = 0 [static] |
Definition at line 25 of file findpath.cpp.
unsigned int _map_width = 0 [static] |
Definition at line 25 of file findpath.cpp.