summaryrefslogtreecommitdiff
path: root/src/net/eathena/partyrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/partyrecv.h')
-rw-r--r--src/net/eathena/partyrecv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/partyrecv.h b/src/net/eathena/partyrecv.h
index 9d7711ad8..4ee0e0dcc 100644
--- a/src/net/eathena/partyrecv.h
+++ b/src/net/eathena/partyrecv.h
@@ -22,6 +22,8 @@
#ifndef NET_EATHENA_PARTYRECV_H
#define NET_EATHENA_PARTYRECV_H
+#include "enums/net/partyshare.h"
+
namespace Net
{
class MessageIn;
@@ -31,6 +33,8 @@ namespace EAthena
{
namespace PartyRecv
{
+ extern PartyShareT mShareAutoItems;
+
void processPartySettings(Net::MessageIn &msg);
void processPartyInvitationStats(Net::MessageIn &msg);
void processPartyMemberInfo(Net::MessageIn &msg);
@@ -40,6 +44,9 @@ namespace EAthena
void processPartyItemPickup(Net::MessageIn &msg);
void processPartyLeader(Net::MessageIn &msg);
void processPartyInvited(Net::MessageIn &msg);
+
+ void processPartyAutoItemSettingsContinue(Net::MessageIn &msg,
+ const PartyShareT item);
} // namespace PartyRecv
} // namespace EAthena