aboutsummaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 2 insertions, 0 deletions
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