mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 18:27:40 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CRAYCASTRESULT_HPP
|
||||
#define _CRAYCASTRESULT_HPP
|
||||
#ifndef _CRAYCASTRESULT
|
||||
#define _CRAYCASTRESULT
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -33,4 +33,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CRayCastResult, 0x30)
|
||||
|
||||
#endif
|
||||
#endif // _CRAYCASTRESULT
|
||||
|
||||
Reference in New Issue
Block a user