diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-26 23:41:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-26 23:41:49 +0300 |
commit | d1ed605d722ea17a9d5576bdb306b9f4680d646f (patch) | |
tree | d805993139afe9e350ec97ca66d44672bfb46880 /src/net/eathena/homunculushandler.h | |
parent | 1fa2a62572a46f34f7216e12814c0e932f5bd2ca (diff) | |
download | plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.gz plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.bz2 plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.tar.xz plus-d1ed605d722ea17a9d5576bdb306b9f4680d646f.zip |
Move receive code from homunculushandler into separate file.
Diffstat (limited to 'src/net/eathena/homunculushandler.h')
-rw-r--r-- | src/net/eathena/homunculushandler.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/net/eathena/homunculushandler.h b/src/net/eathena/homunculushandler.h index 35955b0ba..3ae52f820 100644 --- a/src/net/eathena/homunculushandler.h +++ b/src/net/eathena/homunculushandler.h @@ -57,17 +57,6 @@ class HomunculusHandler final : public MessageHandler, void emote(const uint8_t emoteId) const override final; void setDirection(const unsigned char type) const override final; - - protected: - static void processHomunculusSkills(Net::MessageIn &msg); - - static void processHomunculusData(Net::MessageIn &msg); - - static void processHomunculusInfo(Net::MessageIn &msg); - - static void processHomunculusSkillUp(Net::MessageIn &msg); - - static void processHomunculusFood(Net::MessageIn &msg); }; } // namespace EAthena |