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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index e89abfa..6430753 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -83,6 +83,9 @@ protected:
private:
+ static void func_loadgame(std::string const &args);
+ static void func_savegame(std::string const &args);
+
static void func_snd_restart(std::string const &args);
static void func_r_restart(std::string const &args);
static void func_list_ui(std::string const &args);