From 821e6bbe538421556f516c671114b7d748629661 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Fri, 1 Jun 2007 02:21:46 +0000 Subject: gui things --- src/engine/client/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client/ui.h') diff --git a/src/engine/client/ui.h b/src/engine/client/ui.h index 1a420906..268785be 100644 --- a/src/engine/client/ui.h +++ b/src/engine/client/ui.h @@ -26,7 +26,7 @@ int ui_mouse_inside(float x, float y, float w, float h); typedef void (*draw_button_callback)(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra); void ui_do_image(int texture, float x, float y, float w, float h); -void ui_do_label(float x, float y, char *text); +void ui_do_label(float x, float y, const char *text, float size); int ui_do_button(void *id, const char *text, int checked, float x, float y, float w, float h, draw_button_callback draw_func, void *extra); int ui_do_button(void *id, const char *text, int checked, float x, float y, float w, float h, draw_button_callback draw_func); -- cgit 1.4.1