2023-10-17 14:51:59 -07:00
|
|
|
#ifndef _CSTATEMACHINEFACTORY
|
|
|
|
|
#define _CSTATEMACHINEFACTORY
|
|
|
|
|
|
2024-10-27 21:17:36 -07:00
|
|
|
#include <Kyoto/CFactoryFnReturn.hpp>
|
2023-10-17 14:51:59 -07:00
|
|
|
|
|
|
|
|
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag& tag, CInputStream& in,
|
|
|
|
|
const CVParamTransfer& xfer);
|
|
|
|
|
|
|
|
|
|
#endif // _CSTATEMACHINEFACTORY
|