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