mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 06:06:07 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CSPLASHSCREEN_HPP
|
||||
#define _CSPLASHSCREEN_HPP
|
||||
#ifndef _CSPLASHSCREEN
|
||||
#define _CSPLASHSCREEN
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -20,4 +20,4 @@ public:
|
||||
void Draw() override;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CSPLASHSCREEN
|
||||
|
||||
Reference in New Issue
Block a user