diff options
Diffstat (limited to 'src/engine/interface.h')
| -rw-r--r-- | src/engine/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h index 8c272000..abe447c4 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -813,6 +813,8 @@ int client_serverbrowse_num_requests(); void client_serverbrowse_update(); /* undocumented graphics stuff */ + +void gfx_pretty_text_color(float r, float g, float b, float a); void gfx_pretty_text(float x, float y, float size, const char *text, int max_width); float gfx_pretty_text_width(float size, const char *text, int length); |