From 89c0bc88bd4ebdc44dfb99235609c90e968af533 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Nov 2009 14:20:13 +0000 Subject: added core::Info id, changed network info message, updated entity network message to include the info id --- 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 2c82870..3f57a8b 100644 --- a/src/core/gameserver.h +++ b/src/core/gameserver.h @@ -91,6 +91,9 @@ public: /// returns an info record virtual Info *info(const std::string &type, const std::string &label); + /// returns an info record + virtual Info *info(unsigned int id); + /*----- static ---------------------------------------------------- */ /// return the current game server -- cgit v1.2.3