Files

10 lines
296 B
C++
Raw Permalink Normal View History

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