From 99f0a47d6b03b005d0a7dae064cb6eb7cb4f60b5 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 12 Jan 2008 15:07:57 +0000 Subject: first round of code cleanup --- src/engine/e_interface.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/engine/e_interface.h') 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(); -- cgit 1.4.1