From 6065690856ffc750404c9c0940d9a1f3a0cdd42c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Aug 2013 23:54:06 +0300 Subject: Add player/item/other counter in social window. --- src/guild.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/guild.h') diff --git a/src/guild.h b/src/guild.h index e6f237304..a1057552b 100644 --- a/src/guild.h +++ b/src/guild.h @@ -195,6 +195,11 @@ public: bool getServerGuild() const A_WARN_UNUSED { return mServerGuild; } + typedef std::vector MemberList; + + const MemberList *getMembers() const A_WARN_UNUSED + { return &mMembers; } + private: typedef std::map GuildMap; static GuildMap guilds; @@ -204,7 +209,6 @@ private: */ explicit Guild(const int16_t id); - typedef std::vector MemberList; MemberList mMembers; std::string mName; int16_t mId; -- cgit v1.2.3-70-g09d2