diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:09:55 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:09:55 +0100 |
commit | 3ed4e51e23b5093a44a166b2f11ff66164e5cff1 (patch) | |
tree | 75a8eaadc2e21759936d2c716594cb9c4d23714c /src/crepe/facade/SDLContext.h | |
parent | 431d7cceb25db86f31a8c89440f3cdd2c7bf061f (diff) |
font working
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-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 46b779f..6b725e3 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -5,6 +5,7 @@ #include <SDL2/SDL_rect.h> #include <SDL2/SDL_render.h> #include <SDL2/SDL_video.h> +#include <SDL2/SDL_ttf.h> #include <cmath> #include <functional> #include <memory> |