From 5fa96e59fa378af36e90cdd8ee741d164304e3b8 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Tue, 14 Oct 2025 15:48:32 -0400 Subject: read stdin input --- font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font.h') diff --git a/font.h b/font.h index 71c1a12..fe77e17 100644 --- a/font.h +++ b/font.h @@ -8,5 +8,5 @@ void atlas_init(client_state* state); void atlas_create_texture(client_state* state); int atlas_get_strwidth(client_state* state, const char* str); - +void atlas_calc_item_widths(client_state* state); #endif // FONT_H_ -- cgit v1.2.3