mirror of https://github.com/PrimeDecomp/prime.git
parent
536de26c71
commit
e141569f99
|
@ -1,7 +1,5 @@
|
||||||
#ifndef _CMETAANIMFACTORY_20COPY
|
#ifndef _CMETATRANSFACTORY
|
||||||
#define _CMETAANIMFACTORY_20COPY
|
#define _CMETATRANSFACTORY
|
||||||
#ifndef _CMETAANIMFACTORY
|
|
||||||
#define _CMETAANIMFACTORY
|
|
||||||
|
|
||||||
#include "rstl/rc_ptr.hpp"
|
#include "rstl/rc_ptr.hpp"
|
||||||
|
|
||||||
|
@ -12,7 +10,4 @@ public:
|
||||||
static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in);
|
static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _CMETAANIMFACTORY
|
#endif // _CMETATRANSFACTORY
|
||||||
|
|
||||||
|
|
||||||
#endif // _CMETAANIMFACTORY_20COPY
|
|
||||||
|
|
Loading…
Reference in New Issue