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/gameconnection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameconnection.h') diff --git a/src/core/gameconnection.h b/src/core/gameconnection.h index e1a7008..5880f9b 100644 --- a/src/core/gameconnection.h +++ b/src/core/gameconnection.h @@ -51,6 +51,9 @@ public: /// localplayer sends a private message to another player void private_message(std::string const &args); + /// returns an info record + Info *info(const std::string &label); + /*----- static ---------------------------------------------------- */ /// return the current game connection -- cgit v1.2.3