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>2012-01-08 16:51:32 +0000
committerStijn Buys <ingar@osirion.org>2012-01-08 16:51:32 +0000
commit52fa591e4a7130bf1d3723874b9e09c9e782de55 (patch)
tree979f8a7753a856297261b13647953e21d1171d01 /src/client/client.h
parentd3d50e3ba3b1b83b31dc54b2601176ccff20305c (diff)
Corrected a material cleanup bug in the disconnect cycle,
added loadgame/savegame function prototypes
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);