diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:20:10 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:20:10 +0100 |
commit | ad4de3ee60f699595bfd1950f88e5417fa29a0d5 (patch) | |
tree | 0a1622bf892000a7f2d434ed64a707109c049af1 /src | |
parent | 0557dc17bd5db07bce99df1bf3793a8bd99d2304 (diff) |
extra enter
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index dd288af..3e0b073 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -1,4 +1,5 @@ #pragma once + #include <SDL2/SDL.h> #include <SDL2/SDL_keycode.h> #include <SDL2/SDL_rect.h> |