mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 07:37:00 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CRIPPLEMANAGER_HPP
|
||||
#define _CRIPPLEMANAGER_HPP
|
||||
#ifndef _CRIPPLEMANAGER
|
||||
#define _CRIPPLEMANAGER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -14,4 +14,4 @@ private:
|
||||
f32 x14_alpha;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CRIPPLEMANAGER
|
||||
|
||||
Reference in New Issue
Block a user