State manager class. Inherit from this class and create some states to give your agents FSM functionality.
More...
#include "ceStateCore.h"
Go to the source code of this file.
Classes |
| class | IStateManagerImpl< T > |
| | State manager class. Inherit from this class and create some states to give your agents FSM functionality. More...
|
Namespaces |
| namespace | ce |
| | Main namespace for the entire ceStateCore library.
|
Defines |
| #define | _CE_STATECORE_IMPL_H_ 0x1 |
| | Include Guard.
|
Detailed Description
State manager class. Inherit from this class and create some states to give your agents FSM functionality.
Define Documentation
| #define _CE_STATECORE_IMPL_H_ 0x1 |