summaryrefslogtreecommitdiff
path: root/src/net/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/vendinghandler.h')
-rw-r--r--src/net/vendinghandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/vendinghandler.h b/src/net/vendinghandler.h
index dbabbef7a..2e5d2dffe 100644
--- a/src/net/vendinghandler.h
+++ b/src/net/vendinghandler.h
@@ -46,6 +46,9 @@ class VendingHandler notfinal
const int index,
const int amount) const = 0;
+ virtual void buyItems(const Being *const being,
+ const std::vector<ShopItem*> &items) const = 0;
+
virtual void buy2(const Being *const being,
const int vendId,
const int index,