summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index 099aa3e92..132d019b8 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -39,6 +39,8 @@ class CashShopHandler final : public Net::CashShopHandler
const ItemColor color,
const int amount) const override final;
+ void buyItems(std::vector<ShopItem*> &items) const override final;
+
void close() const override final;
void requestPoints() const override final;