mirror of https://github.com/PrimeDecomp/prime.git
Fix __MWERKS__ ifdef
This commit is contained in:
parent
27e713a505
commit
6c3ef97059
|
@ -113,7 +113,7 @@ private:
|
|||
};
|
||||
CHECK_SIZEOF(CCameraManager, 0x3c0)
|
||||
|
||||
#ifdef __MWERKS
|
||||
#ifdef __MWERKS__
|
||||
#pragma cpp_extensions reset
|
||||
#endif
|
||||
#endif // _CCAMERAMANAGER
|
||||
|
|
Loading…
Reference in New Issue