#include "nxwcommn.h"
Go to the source code of this file.
Compounds | |
| class | cPath |
| Class implementation of a pathfinding algorithm similar to an A* one. More... | |
| struct | path_node |
Pathfinding method implementation | |
| |
| #define | MAX_PATH_INTERNAL_LOOPS 200 |
| #define | MAX_PATH_TOTAL_LOOPS 10000 |
| #define | Z_COST 1 |
| #define | STRAIGHT_COST 10 |
| #define | OBLIQUE_COST 14 |
| typedef slist< path_node * > | NODE_LIST |
| typedef slist< Location > | LOCATION_LIST |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|