From a95028547981614e06ea7a6d22b853b85418cea3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 15 Apr 2009 17:08:51 +0000 Subject: added info registry, list_info added network info transfer added info based buy menu and related game changes --- src/core/gameserver.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameserver.h') diff --git a/src/core/gameserver.h b/src/core/gameserver.h index 31cfca6..ac5f19e 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -77,6 +77,9 @@ public: /// time the server was started inline const unsigned long startup() const { return server_startup; } + /// returns an info record + Info *info(const std::string &label); + /*----- static ---------------------------------------------------- */ /// return the current game server -- cgit v1.2.3