mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 20:06:09 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef _TGAMETYPES_HPP
|
||||
#define _TGAMETYPES_HPP
|
||||
#ifndef _TGAMETYPES
|
||||
#define _TGAMETYPES
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CInputStream;
|
||||
class COutputStream;
|
||||
|
||||
@@ -73,4 +74,4 @@ private:
|
||||
|
||||
#define ALIGN_UP(x, a) (((x) + (a - 1)) & ~(a - 1))
|
||||
|
||||
#endif
|
||||
#endif // _TGAMETYPES
|
||||
|
||||
Reference in New Issue
Block a user