mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 09:26:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CMAIN_HPP
|
||||
#define _CMAIN_HPP
|
||||
#ifndef _CMAIN
|
||||
#define _CMAIN
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -126,4 +126,4 @@ CHECK_SIZEOF(CMain, 0x168)
|
||||
|
||||
extern CMain* gpMain;
|
||||
|
||||
#endif
|
||||
#endif // _CMAIN
|
||||
|
||||
Reference in New Issue
Block a user