mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 06:46:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CGAMEAREA_HPP
|
||||
#define _CGAMEAREA_HPP
|
||||
#ifndef _CGAMEAREA
|
||||
#define _CGAMEAREA
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -78,4 +78,4 @@ private:
|
||||
rstl::list< rstl::rc_ptr< IDvdRequest > > xf8_loadTransactions;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CGAMEAREA
|
||||
|
||||
Reference in New Issue
Block a user