about summary refs log tree commit diff
path: root/src/engine/e_if_gfx.h
diff options
context:
space:
mode:
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