From 3b96653ddb43f1d02979ebb92fb3b08f39a5aa68 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 7 Jan 2015 16:55:08 +0300 Subject: eathena: add packet CMSG_VENDING_CREATE_SHOP 0x01b2. --- src/net/vendinghandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/vendinghandler.h') diff --git a/src/net/vendinghandler.h b/src/net/vendinghandler.h index c8eed3bd3..797ef8340 100644 --- a/src/net/vendinghandler.h +++ b/src/net/vendinghandler.h @@ -22,10 +22,12 @@ #define NET_VENDINGHANDLER_H #include +#include #include "localconsts.h" class Being; +class ShopItem; namespace Net { @@ -48,6 +50,10 @@ class VendingHandler notfinal const int vendId, const int index, const int amount) const = 0; + + virtual void createShop(const std::string &name, + const bool flag, + std::vector &items) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2