mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 04:31:20 +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
|
||||
#define _CMETAANIMFACTORY_20COPY
|
||||
#ifndef _CMETAANIMFACTORY
|
||||
#define _CMETAANIMFACTORY
|
||||
#ifndef _CMETATRANSFACTORY
|
||||
#define _CMETATRANSFACTORY
|
||||
|
||||
#include "rstl/rc_ptr.hpp"
|
||||
|
||||
@ -12,7 +10,4 @@ public:
|
||||
static rstl::rc_ptr< IMetaTrans > CreateMetaTrans(CInputStream& in);
|
||||
};
|
||||
|
||||
#endif // _CMETAANIMFACTORY
|
||||
|
||||
|
||||
#endif // _CMETAANIMFACTORY_20COPY
|
||||
#endif // _CMETATRANSFACTORY
|
||||
|
Loading…
x
Reference in New Issue
Block a user