From 84d2bab38202cd52b5eb0a37c12204ab6f607915 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Sep 2015 20:58:41 +0300 Subject: Remove MessageHandler class --- src/net/tmwa/cashshophandler.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/net/tmwa/cashshophandler.h') diff --git a/src/net/tmwa/cashshophandler.h b/src/net/tmwa/cashshophandler.h index 3b4c668ec..7d90067c8 100644 --- a/src/net/tmwa/cashshophandler.h +++ b/src/net/tmwa/cashshophandler.h @@ -25,21 +25,16 @@ #include "net/cashshophandler.h" -#include "net/tmwa/messagehandler.h" - namespace TmwAthena { -class CashShopHandler final : public MessageHandler, - public Net::CashShopHandler +class CashShopHandler final : public Net::CashShopHandler { public: CashShopHandler(); A_DELETE_COPY(CashShopHandler) - void handleMessage(Net::MessageIn &msg) override final; - void buyItem(const int points, const int itemId, const ItemColor color, -- cgit v1.2.3-60-g2f50