diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r-- | src/net/eathena/cashshophandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h index cc6ccc0c1..d122b6cc9 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.h @@ -53,6 +53,8 @@ class CashShopHandler final : public MessageHandler, static void processCashShopPoints(Net::MessageIn &msg); + static void processCashShopBuy(Net::MessageIn &msg); + static BuyDialog *mBuyDialog; }; |