From a993d31910b63a1f897e470842934e6ffefad32c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 13 Nov 2009 22:25:09 +0000 Subject: added core::InfoType, refactored game::ShipModel as core::Info subclass, introduced core::Label --- src/core/gameinterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/gameinterface.h') diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h index 44b4230..ef479b1 100644 --- a/src/core/gameinterface.h +++ b/src/core/gameinterface.h @@ -63,7 +63,7 @@ public: virtual unsigned long timestamp() const = 0; /// returns an info record - virtual Info *info(const std::string &label) = 0; + virtual Info *info(const std::string &type, const std::string &label) = 0; /*----- mutators ------------------------------------------------- */ -- cgit v1.2.3