diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-14 15:32:16 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-14 15:32:16 -0400 |
| commit | 8296fa3a8fa773adbf7544910fd12f84c278cfc3 (patch) | |
| tree | 16417661e1efd266438171abc932cde357121ebd /font.h | |
| parent | 458f9d0b5f1b83d3f2e11cead790cdf6ac867e11 (diff) | |
text rendering which doesn't work
Diffstat (limited to 'font.h')
| -rw-r--r-- | font.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #define FONT_H_ #include "state.h" - char* get_font(const char* font_name); bool freetype_init(client_state* state, const char* font); void atlas_init(client_state* state); |
