mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 10:46:08 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CSORTEDLISTS_HPP
|
||||
#define _CSORTEDLISTS_HPP
|
||||
#ifndef _CSORTEDLISTS
|
||||
#define _CSORTEDLISTS
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -32,4 +32,4 @@ class CSortedListManager {
|
||||
CHECK_SIZEOF(CSortedListManager, 0xe018);
|
||||
} // namespace SL
|
||||
|
||||
#endif
|
||||
#endif // _CSORTEDLISTS
|
||||
|
||||
Reference in New Issue
Block a user