about summary refs log tree commit diff
path: root/src/engine/e_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/e_interface.h')
-rw-r--r--src/engine/e_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_interface.h b/src/engine/e_interface.h
index 111d5e54..9f86d4c8 100644
--- a/src/engine/e_interface.h
+++ b/src/engine/e_interface.h
@@ -856,6 +856,7 @@ void client_serverbrowse_update();
 
 /* undocumented graphics stuff */
 
+void gfx_text(void *font, float x, float y, const char *text, float size);
 void gfx_pretty_text_color(float r, float g, float b, float a);
 void gfx_pretty_text(float x, float y, float size, const char *text, int max_width);
 float gfx_pretty_text_width(float size, const char *text, int length);