1 2 3 4 5 6 7 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_