mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 06: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_INFO_HPP
|
||||
#define _CENTITY_INFO_HPP
|
||||
#ifndef _CENTITYINFO
|
||||
#define _CENTITYINFO
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -247,4 +247,4 @@ public:
|
||||
TEditorId GetEditorId() const { return x14_editorId; }
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CENTITYINFO
|
||||
|
||||
Reference in New Issue
Block a user