diff options
Diffstat (limited to 'font.h')
| -rw-r--r-- | font.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ |
