diff options
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> |