From f52847a08113f09459d620cc5d91193b38d7a064 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 7 Jan 2015 14:12:55 +0300 Subject: eathena: add packet CMSG_VENDING_LIST_REQ 0x0130. --- src/net/vendinghandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/vendinghandler.h') diff --git a/src/net/vendinghandler.h b/src/net/vendinghandler.h index e07e2c246..fb3ef4b4a 100644 --- a/src/net/vendinghandler.h +++ b/src/net/vendinghandler.h @@ -25,6 +25,8 @@ #include "localconsts.h" +class Being; + namespace Net { @@ -35,6 +37,8 @@ class VendingHandler notfinal { } virtual void close() const = 0; + + virtual void open(const Being *const being) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50