From 57d7bdc68b774c1e55ebc281786b93c7336eb4e4 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 21 Jan 2019 22:59:20 -0500 Subject: add src/sdl/font.[hc] --- src/sdl/font.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/sdl/font.h (limited to 'src/sdl/font.h') 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 +#include "assets.h" + +TTF_Font *font_load(const asset_id_t, const int); + +#endif /* FONT_H */ -- cgit v1.2.3