diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 4fd68d8f..f6df18a6 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -193,6 +193,11 @@ class LocalPlayer : public Player void inviteToParty(const std::string &name); /** + * Invite a player to join their party + */ + void inviteToParty(Player *player); + + /** * Move the Inventory item from the old slot to the new slot. */ void moveInvItem(Item *item, int newIndex); |