summaryrefslogtreecommitdiff
path: root/src/guild.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-08 15:39:02 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-08 15:39:02 -0700
commita4007a7f8f253e90bb189cfb22b3e0c798440bdc (patch)
tree0b04750b4e108496f58490edd0e91c3d313c34a3 /src/guild.h
parent40e1928f3f20efe1be383c4c9a55dffc5506d56f (diff)
downloadmana-client-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.gz
mana-client-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.bz2
mana-client-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.xz
mana-client-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.zip
Fix some bugs in party handling and add HP to AvatarListBox
Diffstat (limited to 'src/guild.h')
-rw-r--r--src/guild.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guild.h b/src/guild.h
index 11ba6e14..f1e6694d 100644
--- a/src/guild.h
+++ b/src/guild.h
@@ -118,6 +118,8 @@ public:
*/
void removeMember(const std::string &name);
+ void removeFromMembers();
+
void clearMembers() { mMembers.clear(); }
/**