From d71f3c26c26c22ac6782944f5732274abe64f8f8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 12 Oct 2025 16:55:23 -0400 Subject: Create atlas for font rendering --- font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'font.h') diff --git a/font.h b/font.h index ecb4a01..ee51443 100644 --- a/font.h +++ b/font.h @@ -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_ -- cgit v1.2.3