mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 18:57:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef _CBASICS_HPP
|
||||
#define _CBASICS_HPP
|
||||
#ifndef _CBASICS
|
||||
#define _CBASICS
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace CBasics {
|
||||
void Init();
|
||||
char* Stringize(const char* fmt, ...);
|
||||
};
|
||||
}; // namespace CBasics
|
||||
|
||||
#endif
|
||||
#endif // _CBASICS
|
||||
|
||||
Reference in New Issue
Block a user