diff options
Diffstat (limited to 'src/net/buyingstorehandler.h')
-rw-r--r-- | src/net/buyingstorehandler.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index 984fd0d98..856f2ad3d 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -46,6 +46,12 @@ class BuyingStoreHandler notfinal std::vector<ShopItem*> &items) const = 0; virtual void close() const = 0; + + virtual void sell(const Being *const being, + const int storeId, + const int index, + const int itemId, + const int amount) const = 0; }; } // namespace Net |