about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-04 22:00:10 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-10-04 22:00:10 +0000
commit10812e621a4cf485a62d76444a6af5dec6cc92f1 (patch)
treedc31febf0a946c2dce1d70e792f0e66d3dc2f47e /src/engine/interface.h
parent855f16c18b724b0e88b495b78a5a5852617958f9 (diff)
downloadzcatch-10812e621a4cf485a62d76444a6af5dec6cc92f1.tar.gz
zcatch-10812e621a4cf485a62d76444a6af5dec6cc92f1.zip
added teamchat
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 8c272000..abe447c4 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -813,6 +813,8 @@ int client_serverbrowse_num_requests();
 void client_serverbrowse_update();
 
 /* undocumented graphics stuff */
+
+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);