mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 03:26:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CPOSEASTRANSFORMS_HPP
|
||||
#define _CPOSEASTRANSFORMS_HPP
|
||||
#ifndef _CPOSEASTRANSFORMS
|
||||
#define _CPOSEASTRANSFORMS
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -21,4 +21,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CPoseAsTransforms, 0xd8)
|
||||
|
||||
#endif
|
||||
#endif // _CPOSEASTRANSFORMS
|
||||
|
||||
Reference in New Issue
Block a user