diff options
Diffstat (limited to 'font.h')
| -rw-r--r-- | font.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#ifndef FONT_H_ +#define FONT_H_ +#include "state.h" + +char* get_font(const char* font_name); +bool init_freetype(client_state* state, const char* font); + +#endif // FONT_H_ |
