From dbb28ef3422bf2442e15d75fd52180cfb9b40102 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 8 Nov 2008 12:58:05 +0000 Subject: adds rcon, rconpassword and sv_password --- src/core/application.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/application.h') diff --git a/src/core/application.h b/src/core/application.h index bb76cfe..bcd4042 100644 --- a/src/core/application.h +++ b/src/core/application.h @@ -121,6 +121,7 @@ private: static void func_say(std::string const &args); static void func_msg(std::string const &args); static void func_load(std::string const &args); + static void func_rcon(std::string const &args); }; /// pointer to the application @@ -131,6 +132,8 @@ inline sys::ConsoleInterface *console() { return sys::ConsoleInterface::instance /// pointer to the game interface inline GameInterface *game() { return Application::instance()->game(); } + } + #endif // __INCLUDED_CORE_APPLICATION_H__ -- cgit v1.2.3