summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-07 12:51:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-07 12:51:43 +0300
commitf8bfed03f76e377bd036d502663f3b9d3268a4a5 (patch)
tree9a946cd303ac8ee6b685c6cb2dc5f24cb661f43b /src/net/eathena/vendinghandler.h
parentef0bd75596f6e30375c9a9ddb62318d165b62b31 (diff)
downloadplus-f8bfed03f76e377bd036d502663f3b9d3268a4a5.tar.gz
plus-f8bfed03f76e377bd036d502663f3b9d3268a4a5.tar.bz2
plus-f8bfed03f76e377bd036d502663f3b9d3268a4a5.tar.xz
plus-f8bfed03f76e377bd036d502663f3b9d3268a4a5.zip
eathena: add partial support for packet SMSG_VENDING_HIDE_BOARD 0x0132.
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index ee84cf79c..33cca37fd 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -41,6 +41,8 @@ class VendingHandler final : public MessageHandler,
static void processOpenReq(Net::MessageIn &msg);
static void processShowBoard(Net::MessageIn &msg);
+
+ static void processHideBoard(Net::MessageIn &msg);
};
} // namespace EAthena