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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/vendinghandler.h b/src/net/vendinghandler.h
index af8f39acc..c8eed3bd3 100644
--- a/src/net/vendinghandler.h
+++ b/src/net/vendinghandler.h
@@ -43,6 +43,11 @@ class VendingHandler notfinal
virtual void buy(const Being *const being,
const int index,
const int amount) const = 0;
+
+ virtual void buy2(const Being *const being,
+ const int vendId,
+ const int index,
+ const int amount) const = 0;
};
} // namespace Net