aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLContext.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-03 12:39:41 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-03 12:39:41 +0100
commitdb181bafbe57e8df5f1df5c0871865701ac62ecc (patch)
tree7667a2492a9b49d4fa47634fd23d4f3a814e2e49 /src/crepe/facade/SDLContext.h
parent0c9d708d4d44b2de0bb8c8f59e7e6fb098eca272 (diff)
make format
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r--src/crepe/facade/SDLContext.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index a56232f..2228950 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -12,13 +12,12 @@
#include <utility>
#include "api/Camera.h"
+#include "api/Color.h"
#include "api/Event.h"
#include "api/KeyCodes.h"
#include "api/Sprite.h"
-#include "api/Transform.h"
-#include "api/Camera.h"
-#include "api/Color.h"
#include "api/Texture.h"
+#include "api/Transform.h"
#include "types.h"
namespace crepe {