diff options
Diffstat (limited to 'src/engine/e_interface.h')
| -rw-r--r-- | src/engine/e_interface.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/e_interface.h b/src/engine/e_interface.h index 612b2432..57b7e9db 100644 --- a/src/engine/e_interface.h +++ b/src/engine/e_interface.h @@ -877,9 +877,8 @@ void client_serverbrowse_update(); void gfx_text(void *font, float x, float y, float size, const char *text, int max_width); float gfx_text_width(void *font, float size, const char *text, int length); -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); +void gfx_text_color(float r, float g, float b, float a); +void gfx_text_set_default_font(void *font); void gfx_getscreen(float *tl_x, float *tl_y, float *br_x, float *br_y); int gfx_memory_usage(); |