mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 00:06:08 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __CDOLPHINCONTROLLER_HPP__
|
||||
#define __CDOLPHINCONTROLLER_HPP__
|
||||
#ifndef _CDOLPHINCONTROLLER
|
||||
#define _CDOLPHINCONTROLLER
|
||||
|
||||
#include "Kyoto/Input/IController.hpp"
|
||||
|
||||
@@ -38,4 +38,4 @@ private:
|
||||
u32 x1cc_;
|
||||
};
|
||||
|
||||
#endif // __CDOLPHINCONTROLLER_HPP__
|
||||
#endif // _CDOLPHINCONTROLLER
|
||||
|
||||
Reference in New Issue
Block a user