mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-31 23:30:15 +00:00
10 lines
296 B
C++
10 lines
296 B
C++
#ifndef _CSTATEMACHINEFACTORY
|
|
#define _CSTATEMACHINEFACTORY
|
|
|
|
#include <Kyoto/CFactoryFnReturn.hpp>
|
|
|
|
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag& tag, CInputStream& in,
|
|
const CVParamTransfer& xfer);
|
|
|
|
#endif // _CSTATEMACHINEFACTORY
|