mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 18:46:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CENTITY_HPP
|
||||
#define _CENTITY_HPP
|
||||
#ifndef _CENTITY
|
||||
#define _CENTITY
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -53,4 +53,4 @@ protected:
|
||||
|
||||
CHECK_SIZEOF(CEntity, 0x34)
|
||||
|
||||
#endif
|
||||
#endif // _CENTITY
|
||||
|
||||
Reference in New Issue
Block a user