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/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 9c0b5a9..90b45a0 100644 --- a/src/core/gameconnection.h +++ b/src/core/gameconnection.h @@ -61,6 +61,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 connection -- cgit v1.2.3