aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 13:54:25 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 13:54:25 +0100
commitea764e4d4c8688953637f4afba96ec2223f5a7c1 (patch)
tree1ec8fbdb4ce25cc9ce07e838482dae95cbb03793 /src/crepe/facade/SDLContext.cpp
parent16fda1ef8da96c44cec20225cc4427d8eec52827 (diff)
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.cpp')
-rw-r--r--src/crepe/facade/SDLContext.cpp2
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"