From 55d22c6e36b6b575a971202cb62e53a3a6fb54cb Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 14 Jan 2019 00:26:18 -0500 Subject: add moves and header text, won bg animation, window title --- src/sdl/draw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sdl/draw.h') 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 // size_t #include +#include #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; -- cgit v1.2.3