|
Planeshift
|
#include "DetourNavMesh.h"Go to the source code of this file.
Classes | |
| struct | dtNode |
| class | dtNodePool |
| class | dtNodeQueue |
Typedefs | |
| typedef unsigned short | dtNodeIndex |
Enumerations | |
| enum | dtNodeFlags { DT_NODE_OPEN = 0x01, DT_NODE_CLOSED = 0x02 } |
Variables | |
| static const dtNodeIndex | DT_NULL_IDX = (dtNodeIndex)~0 |
| typedef unsigned short dtNodeIndex |
Definition at line 30 of file DetourNode.h.
| enum dtNodeFlags |
| Enumerator | |
|---|---|
| DT_NODE_OPEN | |
| DT_NODE_CLOSED | |
Definition at line 24 of file DetourNode.h.
|
static |
Definition at line 31 of file DetourNode.h.