summaryrefslogtreecommitdiff
path: root/src/net/tmwa/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/vendinghandler.h')
-rw-r--r--src/net/tmwa/vendinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/vendinghandler.h b/src/net/tmwa/vendinghandler.h
index 961f3c8df..1bbc42d06 100644
--- a/src/net/tmwa/vendinghandler.h
+++ b/src/net/tmwa/vendinghandler.h
@@ -39,6 +39,8 @@ class VendingHandler final : public MessageHandler,
void handleMessage(Net::MessageIn &msg) override final;
void close() const override final;
+
+ void open(const Being *const being) const override final;
};
} // namespace TmwAthena