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/gameinterface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/gameinterface.h') diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h index ef479b1..1460c45 100644 --- a/src/core/gameinterface.h +++ b/src/core/gameinterface.h @@ -65,6 +65,9 @@ public: /// returns an info record virtual Info *info(const std::string &type, const std::string &label) = 0; + /// returns an info record + virtual Info *info(unsigned int id) = 0; + /*----- mutators ------------------------------------------------- */ /// clear all game variables, game functions and entities -- cgit v1.2.3