diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-09 16:33:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-09 16:33:10 +0300 |
commit | 38d50ac6a85f25d5e80eb9024fda5975d9561094 (patch) | |
tree | 5e193ff004b7b9e628fd5aea6004ae5c9b3a9b70 /src/net/tmwa/beinghandler.h | |
parent | 84f1e19691aa83f0bd73d63d08de2a0baa5596bd (diff) | |
download | plus-38d50ac6a85f25d5e80eb9024fda5975d9561094.tar.gz plus-38d50ac6a85f25d5e80eb9024fda5975d9561094.tar.bz2 plus-38d50ac6a85f25d5e80eb9024fda5975d9561094.tar.xz plus-38d50ac6a85f25d5e80eb9024fda5975d9561094.zip |
Move processBeingSelfEffect from ea namespace into eathena and tmwa.
Diffstat (limited to 'src/net/tmwa/beinghandler.h')
-rw-r--r-- | src/net/tmwa/beinghandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.h b/src/net/tmwa/beinghandler.h index 7c22c3e93..9a5bc993b 100644 --- a/src/net/tmwa/beinghandler.h +++ b/src/net/tmwa/beinghandler.h @@ -92,6 +92,8 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler static void applyPlayerAction(Being *const being, const uint8_t type); + + void processBeingSelfEffect(Net::MessageIn &msg) const; }; } // namespace TmwAthena |