prime/include/MetroidPrime/Factories/CStateMachineFactory.hpp

10 lines
291 B
C++
Raw Normal View History

#ifndef _CSTATEMACHINEFACTORY
#define _CSTATEMACHINEFACTORY
#include <Kyoto/CFactoryMgr.hpp>
CFactoryFnReturn FAiFiniteStateMachineFactory(const SObjectTag& tag, CInputStream& in,
const CVParamTransfer& xfer);
#endif // _CSTATEMACHINEFACTORY