From 81e1bd2930bf4192fa8bfdbb805c65795e68c6e1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 26 Jan 2015 21:35:50 -0500 Subject: XEEN: Implemented createTownText --- engines/xeen/party.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/xeen/party.h') diff --git a/engines/xeen/party.h b/engines/xeen/party.h index c77364bd10..0b7572cccf 100644 --- a/engines/xeen/party.h +++ b/engines/xeen/party.h @@ -167,6 +167,14 @@ public: int itemScan(int itemId) const; void setValue(int id, uint value); + + bool guildMember() const; + + uint nextExperienceLevel() const; + + uint currentExperienceLevel() const; + + uint getCurrentExperience() const; }; class Roster: public Common::Array { -- cgit v1.2.3