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