From db181bafbe57e8df5f1df5c0871865701ac62ecc Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Tue, 3 Dec 2024 12:39:41 +0100 Subject: make format --- src/crepe/facade/SDLContext.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/crepe/facade/SDLContext.h') 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 #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 { -- cgit v1.2.3