aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 15:31:41 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 15:31:41 +0100
commit69a7df392482884fc9dd2ce5012fdb028c37e469 (patch)
treeaeffa4ea550ce689c77cf5ccabba9d16a996a704 /src/crepe
parent923d66394610a756e58a977415810c2902b84c67 (diff)
removed enter
Diffstat (limited to 'src/crepe')
-rw-r--r--src/crepe/facade/SDLContext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.cpp b/src/crepe/facade/SDLContext.cpp
index 4504b95..8f6c02c 100644
--- a/src/crepe/facade/SDLContext.cpp
+++ b/src/crepe/facade/SDLContext.cpp
@@ -6,7 +6,6 @@
#include <SDL2/SDL_render.h>
#include <SDL2/SDL_surface.h>
#include <SDL2/SDL_video.h>
-
#include <array>
#include <cmath>
#include <cstddef>