From 805299e4d653440c582f6c576bcd7de2e1b2c3d4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Feb 2015 12:00:20 +0300 Subject: eathena: add packet CMSG_BUYINGSTORE_CREATE 0x0815. --- src/net/buyingstorehandler.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/net/buyingstorehandler.h') diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index 8f78cab9a..bc7f6177c 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -22,9 +22,12 @@ #define NET_BUYINGSTOREHANDLER_H #include +#include #include "localconsts.h" +class ShopItem; + namespace Net { @@ -33,6 +36,11 @@ class BuyingStoreHandler notfinal public: virtual ~BuyingStoreHandler() { } + + virtual void create(const std::string &name, + const int maxMoney, + const bool flag, + std::vector &items) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2