summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 7ef4f628f..9d1bbb819 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -27,6 +27,8 @@
#include "enums/net/netinventorytype.h"
+#include <string>
+
namespace Net
{
class MessageIn;
@@ -36,6 +38,7 @@ namespace EAthena
{
namespace InventoryRecv
{
+ extern Ea::InventoryItems mInventoryItems;
extern Ea::InventoryItems mCartItems;
void processPlayerEquipment(Net::MessageIn &msg);
@@ -102,6 +105,9 @@ namespace EAthena
void processInventoryExpansionAck(Net::MessageIn &msg);
void processInventoryExpansionResult(Net::MessageIn &msg);
void processEnchantEquipment(Net::MessageIn &msg);
+
+ void processInventoryStartContinue(const NetInventoryTypeT type,
+ const std::string &name);
} // namespace InventoryRecv
} // namespace EAthena