about summary refs log tree commit diff
path: root/src/engine/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/interface.h')
-rw-r--r--src/engine/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h
index 4d92e87f..f7a95c61 100644
--- a/src/engine/interface.h
+++ b/src/engine/interface.h
@@ -768,7 +768,7 @@ int client_tickspeed();
 int client_state();
 const char *client_error_string();
 
-void gfx_pretty_text(float x, float y, float size, const char *text);
+void gfx_pretty_text(float x, float y, float size, const char *text, int max_width = -1);
 float gfx_pretty_text_width(float size, const char *text, int length = -1);
 
 void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y);