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 d122b6cc9..2dd7d206f 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -55,6 +55,8 @@ class CashShopHandler final : public MessageHandler,
static void processCashShopBuy(Net::MessageIn &msg);
+ static void processCashShopTabPriceList(Net::MessageIn &msg);
+
static BuyDialog *mBuyDialog;
};