diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-22 13:56:17 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-22 13:56:17 +0100 |
commit | 76f6c4d3e36b653aec79438ae4053ea24560236c (patch) | |
tree | 459d4319f9811012daadd581d7b48abc4bd1977c /src/crepe/system/InputSystem.cpp | |
parent | 2882e217aa5354a6befdddaa2de886f66ff40879 (diff) |
make format
Diffstat (limited to 'src/crepe/system/InputSystem.cpp')
-rw-r--r-- | src/crepe/system/InputSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/InputSystem.cpp b/src/crepe/system/InputSystem.cpp index a366d34..91c9c64 100644 --- a/src/crepe/system/InputSystem.cpp +++ b/src/crepe/system/InputSystem.cpp @@ -1,8 +1,8 @@ #include "../api/Button.h" +#include "../api/Config.h" #include "../facade/SDLContext.h" #include "../manager/ComponentManager.h" #include "../manager/EventManager.h" -#include "../api/Config.h" #include "InputSystem.h" |