summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-03 10:26:00 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-03 10:26:00 +0000
commit1bd3c1b9db33cb9dff2570f4224fae73970d5895 (patch)
treecbec38ef22773efa9082e0fec1c0021345a4a92c /src/localplayer.h
parent3d9e141447b688c10e46e3dc8033dba26b902e00 (diff)
downloadmana-client-1bd3c1b9db33cb9dff2570f4224fae73970d5895.tar.gz
mana-client-1bd3c1b9db33cb9dff2570f4224fae73970d5895.tar.bz2
mana-client-1bd3c1b9db33cb9dff2570f4224fae73970d5895.tar.xz
mana-client-1bd3c1b9db33cb9dff2570f4224fae73970d5895.zip
Added right click to invite to guild
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index f325e19a..8ae8aa19 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -158,6 +158,11 @@ class LocalPlayer : public Player
*/
bool checkInviteRights(const std::string &guildName);
+ /**
+ * Invite a player to join guild
+ */
+ void invite(Being* being);
+
void clearInventory();
void setInvItem(int index, int id, int amount);