Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index ff7ac98..e89abfa 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -75,6 +75,8 @@ public:
func_say(text);
}
+ static void show_menu(const char *menu);
+
protected:
/// run a client frame
virtual void frame();