diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 11:03:16 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-08-10 11:03:16 +0000 |
| commit | 3d0c6b7f980566373448dcbc247245fedabf6392 (patch) | |
| tree | 35e3b21c3ac349b19440ae9edb45d22c9de339a5 /src/engine/interface.h | |
| parent | 8bda737f24b293e7c08ee1014f7690e3154928f9 (diff) | |
| download | zcatch-3d0c6b7f980566373448dcbc247245fedabf6392.tar.gz zcatch-3d0c6b7f980566373448dcbc247245fedabf6392.zip | |
generic line wrapping
Diffstat (limited to 'src/engine/interface.h')
| -rw-r--r-- | src/engine/interface.h | 2 |
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); |