aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/font.h')
-rw-r--r--src/sdl/font.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sdl/font.h b/src/sdl/font.h
new file mode 100644
index 0000000..edc1a14
--- /dev/null
+++ b/src/sdl/font.h
@@ -0,0 +1,9 @@
+#ifndef FONT_H
+#define FONT_H
+
+#include <SDL_ttf.h>
+#include "assets.h"
+
+TTF_Font *font_load(const asset_id_t, const int);
+
+#endif /* FONT_H */