From f946cc6f5ff2f93fb681c960093c5e4525006fd8 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Thu, 26 Jul 2007 11:18:14 +0000 Subject: most gui things are now loaded by data compiler thingie. ingame menu now looks better. --- src/game/client/menu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/client/menu.h') diff --git a/src/game/client/menu.h b/src/game/client/menu.h index 66c69953..b94233fd 100644 --- a/src/game/client/menu.h +++ b/src/game/client/menu.h @@ -1,8 +1,6 @@ #ifndef __MENU_H #define __MENU_H -extern int cursor_texture; - void draw_image_button(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra); void draw_single_part_button(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra); void draw_menu_button(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra); -- cgit 1.4.1