diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 16:55:23 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 16:55:23 -0400 |
| commit | d71f3c26c26c22ac6782944f5732274abe64f8f8 (patch) | |
| tree | 3ff3c5e0a4df4b7f365004a0c4ecb25d65085eba /font.h | |
| parent | 91759767b0c7793060f447fd545b639cf91b7ae3 (diff) | |
Create atlas for font rendering
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_ |
