mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 13:51:19 +00:00
Fix CMetaTransFactory header guard
Former-commit-id: 89b63425f2e5b503a53370ff7bd49ee55a1dbfd7
This commit is contained in:
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…
x
Reference in New Issue
Block a user