mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 18:57:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CEXPLOSION_HPP
|
||||
#define _CEXPLOSION_HPP
|
||||
#ifndef _CEXPLOSION
|
||||
#define _CEXPLOSION
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -43,4 +43,4 @@ public:
|
||||
};
|
||||
CHECK_SIZEOF(CExplosion, 0x100)
|
||||
|
||||
#endif
|
||||
#endif // _CEXPLOSION
|
||||
|
||||
Reference in New Issue
Block a user