summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-24 17:06:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-24 17:06:53 +0300
commit81020303571b9421b3ef1c8d2ec5f5d36599540d (patch)
tree78c0b3400ebca0d370aba332ec95d8da027de618 /src/net/eathena/cashshophandler.h
parent2f91a45e4c0c59a962059890ed5ab708a059788f (diff)
downloadManaVerse-81020303571b9421b3ef1c8d2ec5f5d36599540d.tar.gz
ManaVerse-81020303571b9421b3ef1c8d2ec5f5d36599540d.tar.bz2
ManaVerse-81020303571b9421b3ef1c8d2ec5f5d36599540d.tar.xz
ManaVerse-81020303571b9421b3ef1c8d2ec5f5d36599540d.zip
eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index 00f272d69..ae99d8e9e 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -25,6 +25,8 @@
#include "net/eathena/messagehandler.h"
+class BuyDialog;
+
namespace EAthena
{
class CashShopHandler final : public MessageHandler,
@@ -46,6 +48,8 @@ class CashShopHandler final : public MessageHandler,
static void processCashShopOpen(Net::MessageIn &msg);
static void processCashShopBuyAck(Net::MessageIn &msg);
+
+ static BuyDialog *mBuyDialog;
};
} // namespace EAthena