summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index 2dd7d206f..08aa39ac5 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -57,6 +57,8 @@ class CashShopHandler final : public MessageHandler,
static void processCashShopTabPriceList(Net::MessageIn &msg);
+ static void processCashShopSchedule(Net::MessageIn &msg);
+
static BuyDialog *mBuyDialog;
};