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