aboutsummaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-16 11:53:16 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-16 11:53:16 -0400
commit46efa1936ec44ece2167480ccf4fa1b3af1218bc (patch)
tree8c6363e1050a80f51361bf70a4e03906eebcdfd9 /graphics.h
parent7f2c79d77de931d38d5359ba836f5b6dd77fdcc2 (diff)
you can type
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h3
1 files changed, 2 insertions, 1 deletions
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