mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 02:05:21 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CWEAPONMANAGER_HPP
|
||||
#define _CWEAPONMANAGER_HPP
|
||||
#ifndef _CWEAPONMGR
|
||||
#define _CWEAPONMGR
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -14,4 +14,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CWeaponMgr, 0x14);
|
||||
|
||||
#endif
|
||||
#endif // _CWEAPONMGR
|
||||
|
||||
Reference in New Issue
Block a user