From 8296fa3a8fa773adbf7544910fd12f84c278cfc3 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Tue, 14 Oct 2025 15:32:16 -0400 Subject: text rendering which doesn't work --- font.h | 1 - 1 file changed, 1 deletion(-) (limited to 'font.h') diff --git a/font.h b/font.h index 762fe53..71c1a12 100644 --- a/font.h +++ b/font.h @@ -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); -- cgit v1.2.3