mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 22:27:40 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __TYPES_H__
|
||||
#define __TYPES_H__
|
||||
#ifndef _TYPES
|
||||
#define _TYPES
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "static_assert.hpp"
|
||||
@@ -22,4 +22,4 @@ typedef void* unkptr;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif // _TYPES
|
||||
|
||||
Reference in New Issue
Block a user