From 52fa591e4a7130bf1d3723874b9e09c9e782de55 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Jan 2012 16:51:32 +0000 Subject: Corrected a material cleanup bug in the disconnect cycle, added loadgame/savegame function prototypes --- src/client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/client.h') 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); -- cgit v1.2.3