From 6998289cd1f4650ad686731c6925e05b4c9fb82a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Feb 2015 21:26:25 +0300 Subject: eathena: add packet CMSG_BUYINGSTORE_OPEN 0x0360. --- src/net/buyingstorehandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/buyingstorehandler.h') diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index ac153b790..984fd0d98 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -26,6 +26,7 @@ #include "localconsts.h" +class Being; class ShopItem; namespace Net @@ -37,10 +38,13 @@ class BuyingStoreHandler notfinal virtual ~BuyingStoreHandler() { } + virtual void open(const Being *const being) const = 0; + virtual void create(const std::string &name, const int maxMoney, const bool flag, std::vector &items) const = 0; + virtual void close() const = 0; }; -- cgit v1.2.3-70-g09d2