From 46efa1936ec44ece2167480ccf4fa1b3af1218bc Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 16 Oct 2025 11:53:16 -0400 Subject: you can type --- graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h index fc46ee8..f1f81b5 100644 --- a/graphics.h +++ b/graphics.h @@ -6,6 +6,7 @@ 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); +void init_text_buffer(client_state* state, text_buffer_t* buffer, char* text, size_t text_len); +void destroy_text_buffer(text_buffer_t* buffer); #endif -- cgit v1.2.3