Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-10 15:36:15 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 15:36:15 +0000
commit272d229094309bc5875287a5063f818c58c5f4f8 (patch)
treefb9a84748c0a88bfa0e59f63be51455fc239becc /src/client/client.h
parent44500292f5a964036e9d915a38a2773bf5aa765d (diff)
hud widget, drawing code reorganization
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h1
1 files changed, 1 insertions, 0 deletions
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;