aboutsummaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'font.h')
-rw-r--r--font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/font.h b/font.h
index ecb4a01..ee51443 100644
--- a/font.h
+++ b/font.h
@@ -2,7 +2,9 @@
#define FONT_H_
#include "state.h"
+
char* get_font(const char* font_name);
bool init_freetype(client_state* state, const char* font);
+bool init_atlas(client_state* state);
#endif // FONT_H_