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 176af7dc3..cc6ccc0c1 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.h @@ -51,6 +51,8 @@ class CashShopHandler final : public MessageHandler, static void processCashShopBuyAck(Net::MessageIn &msg); + static void processCashShopPoints(Net::MessageIn &msg); + static BuyDialog *mBuyDialog; }; |