mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 01:47:40 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CSTRINGTABLE_HPP
|
||||
#define _CSTRINGTABLE_HPP
|
||||
#ifndef _CSTRINGTABLE
|
||||
#define _CSTRINGTABLE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -18,4 +18,4 @@ public:
|
||||
|
||||
extern CStringTable* gpStringTable;
|
||||
|
||||
#endif
|
||||
#endif // _CSTRINGTABLE
|
||||
|
||||
Reference in New Issue
Block a user