From 272d229094309bc5875287a5063f818c58c5f4f8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 10 Jan 2009 15:36:15 +0000 Subject: hud widget, drawing code reorganization --- src/client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 607c7f0..e98eaf4 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -72,6 +72,7 @@ private: static void func_ui_chat(std::string const &args); static void func_ui_chatsmall(std::string const &args); static void func_ui_map(std::string const &args); + static void func_ui_menu(std::string const &args); View *client_view; -- cgit v1.2.3