mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 03:26:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CPAKFILE_HPP
|
||||
#define _CPAKFILE_HPP
|
||||
#ifndef _CPAKFILE
|
||||
#define _CPAKFILE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -35,4 +35,4 @@ private:
|
||||
mutable int x84_currentSeek;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CPAKFILE
|
||||
|
||||
Reference in New Issue
Block a user