diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 16:14:32 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-05 16:14:32 +0100 |
commit | 5b248d068a94902be9ca4d00fe07d551f64c49b9 (patch) | |
tree | b4a68b85c2298cb93d53010e09f09ca44c29a2cf /src/crepe | |
parent | b770475741b7c33d57331f3139c55a3f237ad274 (diff) |
`make format`
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/system/RenderSystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.cpp b/src/crepe/system/RenderSystem.cpp index 96c94e9..5a07cc2 100644 --- a/src/crepe/system/RenderSystem.cpp +++ b/src/crepe/system/RenderSystem.cpp @@ -2,9 +2,9 @@ #include <vector> #include "../ComponentManager.h" -#include "../facade/SDLContext.h" #include "../api/Sprite.h" #include "../api/Transform.h" +#include "../facade/SDLContext.h" #include "../util/log.h" #include "RenderSystem.h" |