aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/draw.h')
-rw-r--r--src/sdl/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl/draw.h b/src/sdl/draw.h
index 873287a..b8aeed4 100644
--- a/src/sdl/draw.h
+++ b/src/sdl/draw.h
@@ -3,6 +3,7 @@
#include <stddef.h> // size_t
#include <SDL.h>
+#include <SDL_ttf.h>
#include "../libsok/sok.h"
#include "../text/levels.h"
@@ -12,6 +13,7 @@
typedef struct {
SDL_Renderer * const renderer;
SDL_Texture *sprites[MAX_SPRITES];
+ TTF_Font *font;
const sok_ctx_t * const ctx;
const size_t * const level_num;