#include "AIBase.h"
Go to the source code of this file.
Namespaces | |
namespace | AIFileIO |
Classes | |
class | AIState |
class | AIFSM |
Variables | |
std::vector< AIState > | states |
These are the 2 classes that compose a finite state machine, which implement behaviors for AIWrapped objects.
|
global vector that holds all the states for every AIFSM |