mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 10:46:08 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CHIERARCHYPOSEBUILDER_HPP
|
||||
#define _CHIERARCHYPOSEBUILDER_HPP
|
||||
#ifndef _CHIERARCHYPOSEBUILDER
|
||||
#define _CHIERARCHYPOSEBUILDER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CHierarchyPoseBuilder, 0x110)
|
||||
|
||||
#endif
|
||||
#endif // _CHIERARCHYPOSEBUILDER
|
||||
|
||||
Reference in New Issue
Block a user