mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 17:03:59 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CGAMEGLOBALOBJECTS_HPP
|
||||
#define _CGAMEGLOBALOBJECTS_HPP
|
||||
#ifndef _CGAMEGLOBALOBJECTS
|
||||
#define _CGAMEGLOBALOBJECTS
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -56,4 +56,4 @@ CHECK_SIZEOF(CGameGlobalObjects, 0x15c)
|
||||
extern unkptr gpController;
|
||||
extern unkptr gpDefaultFont;
|
||||
|
||||
#endif
|
||||
#endif // _CGAMEGLOBALOBJECTS
|
||||
|
||||
Reference in New Issue
Block a user