diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-05 13:54:25 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-05 13:54:25 +0100 |
commit | ea764e4d4c8688953637f4afba96ec2223f5a7c1 (patch) | |
tree | 1ec8fbdb4ce25cc9ce07e838482dae95cbb03793 /src/crepe/facade/SDLContext.cpp | |
parent | 16fda1ef8da96c44cec20225cc4427d8eec52827 (diff) |
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.cpp')
-rw-r--r-- | src/crepe/facade/SDLContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp index 645a24f..88804ef 100644 --- a/src/crepe/facade/SDLContext.cpp +++ b/src/crepe/facade/SDLContext.cpp @@ -17,9 +17,9 @@ #include "../api/Camera.h" #include "../api/Config.h" -#include "../manager/EventManager.h" #include "../api/Sprite.h" #include "../api/Texture.h" +#include "../manager/EventManager.h" #include "../util/Log.h" #include "SDLContext.h" |