about summary refs log tree commit diff
path: root/src/engine/e_if_gfx.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-18 01:49:47 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-18 01:49:47 +0000
commit3fb0a02954fd427f760afe29ef71591dba542454 (patch)
tree2fdf45d83ca16dca0a372b5b149cbbe79719decf /src/engine/e_if_gfx.h
parent4ad19387e4d91af5d85953bcc45096f2618f6887 (diff)
downloadzcatch-3fb0a02954fd427f760afe29ef71591dba542454.tar.gz
zcatch-3fb0a02954fd427f760afe29ef71591dba542454.zip
fixed chat rendering
Diffstat (limited to 'src/engine/e_if_gfx.h')
-rw-r--r--src/engine/e_if_gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h
index d49a3cda..71a9628e 100644
--- a/src/engine/e_if_gfx.h
+++ b/src/engine/e_if_gfx.h
@@ -243,11 +243,11 @@ void gfx_lines_end();
 		arg1 - desc
 	
 	Returns:
-
+		returns the number of lines written
 	See Also:
 		<other_func>
 */
-void gfx_text(void *font, float x, float y, float size, const char *text, int max_width);
+int gfx_text(void *font, float x, float y, float size, const char *text, int max_width);
 
 /*
 	Function: gfx_text_width