mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 01:26:08 +00:00
18
include/Kyoto/Animation/CMetaTransFactory.hpp
Normal file
18
include/Kyoto/Animation/CMetaTransFactory.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _CMETAANIMFACTORY_20COPY
|
||||
#define _CMETAANIMFACTORY_20COPY
|
||||
#ifndef _CMETAANIMFACTORY
|
||||
#define _CMETAANIMFACTORY
|
||||
|
||||
#include "rstl/rc_ptr.hpp"
|
||||
|
||||
class IMetaTrans;
|
||||
class CInputStream;
|
||||
class CMetaTransFactory {
|
||||
public:
|
||||
static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in);
|
||||
};
|
||||
|
||||
#endif // _CMETAANIMFACTORY
|
||||
|
||||
|
||||
#endif // _CMETAANIMFACTORY_20COPY
|
||||
Reference in New Issue
Block a user