diff options
Diffstat (limited to 'src/game/client/menu.h')
| -rw-r--r-- | src/game/client/menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |