summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
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