summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/specialhandler.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-08-10 20:34:17 -0600
committerJared Adams <jaxad0127@gmail.com>2009-08-10 20:36:22 -0600
commit1b13d8557c8666e1017fd70a455830dbdcb9f46c (patch)
tree59ac497717ee78861d6e2dc64a35f4924efb8947 /src/net/tmwserv/specialhandler.h
parent9af6e761373f25b56e815f1f75b44473474cf280 (diff)
downloadmana-1b13d8557c8666e1017fd70a455830dbdcb9f46c.tar.gz
mana-1b13d8557c8666e1017fd70a455830dbdcb9f46c.tar.bz2
mana-1b13d8557c8666e1017fd70a455830dbdcb9f46c.tar.xz
mana-1b13d8557c8666e1017fd70a455830dbdcb9f46c.zip
Add SpecialsWindow
THis replaces the MagicWindow that the TMWServ build used and will be usable going forward for eAthena.
Diffstat (limited to 'src/net/tmwserv/specialhandler.h')
-rw-r--r--src/net/tmwserv/specialhandler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/tmwserv/specialhandler.h b/src/net/tmwserv/specialhandler.h
index c7ebd6a2..b8f0ce90 100644
--- a/src/net/tmwserv/specialhandler.h
+++ b/src/net/tmwserv/specialhandler.h
@@ -22,15 +22,18 @@
#ifndef NET_TMWSERV_SKILLHANDLER_H
#define NET_TMWSERV_SKILLHANDLER_H
+#include "net/messagehandler.h"
#include "net/specialhandler.h"
namespace TmwServ {
-class SpecialHandler : public Net::SpecialHandler
+class SpecialHandler : public MessageHandler, public Net::SpecialHandler
{
public:
SpecialHandler();
+ void handleMessage(MessageIn &msg);
+
void use(int id);
void use(int id, int level, int beingId);