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 _CGAMECOLLISION_HPP
|
||||
#define _CGAMECOLLISION_HPP
|
||||
#ifndef _CGAMECOLLISION
|
||||
#define _CGAMECOLLISION
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -27,4 +27,4 @@ public:
|
||||
TUniqueId&, CCollisionInfo&, f64&);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CGAMECOLLISION
|
||||
|
||||
Reference in New Issue
Block a user