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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_if_gfx.h b/src/engine/e_if_gfx.h
index acb004e8..8221c81d 100644
--- a/src/engine/e_if_gfx.h
+++ b/src/engine/e_if_gfx.h
@@ -186,7 +186,7 @@ void gfx_quads_draw_freeform(
 	See Also:
 		<other_func>
 */
-void gfx_quads_text(float x, float y, float size, const char *text);
+void gfx_quads_text(float x, float y, float size, float r, float g, float b, float a, const char *text);
 
 /*
 	Group: Lines