mirror of https://github.com/PrimeDecomp/prime.git
10 lines
291 B
C++
10 lines
291 B
C++
|
#ifndef _CSTATEMACHINEFACTORY
|
||
|
#define _CSTATEMACHINEFACTORY
|
||
|
|
||
|
#include <Kyoto/CFactoryMgr.hpp>
|
||
|
|
||
|
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag& tag, CInputStream& in,
|
||
|
const CVParamTransfer& xfer);
|
||
|
|
||
|
#endif // _CSTATEMACHINEFACTORY
|