|
libtcod
|
Dijkstra data structure. More...
#include <path.h>
Public Attributes | |
| int | diagonal_cost |
| int | width |
| int | height |
| int | nodes_max |
| TCOD_Map * | map |
| TCOD_path_func_t | func |
| void * | user_data |
| unsigned int * | distances |
| unsigned int * | nodes |
| TCOD_list_t | path |
Dijkstra data structure.
All attributes are considered private.