mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-17 04:47:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CGAMEPROJECTILE_HPP
|
||||
#define _CGAMEPROJECTILE_HPP
|
||||
#ifndef _CGAMEPROJECTILE
|
||||
#define _CGAMEPROJECTILE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -59,4 +59,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CGameProjectile, 0x2e8)
|
||||
|
||||
#endif
|
||||
#endif // _CGAMEPROJECTILE
|
||||
|
||||
Reference in New Issue
Block a user