From 234fb5416e3008544c7a1755d9e26d1d3d5a0549 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 16 Oct 2025 01:55:38 -0400 Subject: texture don't worky --- graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h index 8889bf7..fc46ee8 100644 --- a/graphics.h +++ b/graphics.h @@ -6,4 +6,6 @@ bool init_gl(client_state* state); void render_frame(client_state* state); +void initTextBuffer(client_state* state, text_buffer_t* buffer, char* text, size_t text_len); + #endif -- cgit v1.2.3