mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 04:57:00 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef _IOBJECTSTORE_HPP
|
||||
#define _IOBJECTSTORE_HPP
|
||||
#ifndef _IOBJECTSTORE
|
||||
#define _IOBJECTSTORE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "Kyoto/CToken.hpp"
|
||||
|
||||
#include "rstl/auto_ptr.hpp"
|
||||
@@ -20,4 +21,4 @@ public:
|
||||
virtual void ObjectUnreferenced(const SObjectTag& tag) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _IOBJECTSTORE
|
||||
|
||||
Reference in New Issue
Block a user