mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 14:46:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _ITWEAKOBJECT_HPP
|
||||
#define _ITWEAKOBJECT_HPP
|
||||
#ifndef _ITWEAKOBJECT
|
||||
#define _ITWEAKOBJECT
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -8,4 +8,4 @@ public:
|
||||
virtual ~ITweakObject() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _ITWEAKOBJECT
|
||||
|
||||
Reference in New Issue
Block a user