aboutsummaryrefslogtreecommitdiff
path: root/font.h
blob: ee51443f20c4375b93f741eee8bea08a58b3f6b6 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
bool init_atlas(client_state* state);

#endif // FONT_H_