OdinAI
|
#include <GraphNodes.h>
Public Member Functions | |
GraphNode (int index) | |
void | SetIndex (int index) |
int | GetIndex () const |
Protected Attributes | |
int | m_index |
Graph node is self-explained... Implementation is based on the book: Programming Game AI by Example.