mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 08:27:41 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CMEMORYCARDSYS_HPP
|
||||
#define _CMEMORYCARDSYS_HPP
|
||||
#ifndef _CMEMORYCARDSYS
|
||||
#define _CMEMORYCARDSYS
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -14,4 +14,4 @@ private:
|
||||
// TODO
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CMEMORYCARDSYS
|
||||
|
||||
Reference in New Issue
Block a user