summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-05 23:06:16 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:58 +0300
commitc7c2c069010ca30352e25fa8e5010d556192835b (patch)
tree016d93480d2f871e7ee7bcc8e234787314330fe6 /src/net/tmwa/beinghandler.h
parenta55eae5cf0f031fcbb5be1f2c25226115d302b79 (diff)
downloadplus-c7c2c069010ca30352e25fa8e5010d556192835b.tar.gz
plus-c7c2c069010ca30352e25fa8e5010d556192835b.tar.bz2
plus-c7c2c069010ca30352e25fa8e5010d556192835b.tar.xz
plus-c7c2c069010ca30352e25fa8e5010d556192835b.zip
Move processBeingMove2 from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r--src/net/tmwa/beinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h
index af7004fd5..34b464c41 100644
--- a/src/net/tmwa/beinghandler.h
+++ b/src/net/tmwa/beinghandler.h
@@ -59,6 +59,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
void processSkillCasting(Net::MessageIn &msg) const;
void processBeingStatusChange(Net::MessageIn &msg) const;
+
+ void processBeingMove2(Net::MessageIn &msg) const;
};
} // namespace TmwAthena