summaryrefslogtreecommitdiff
path: root/src/net/eathena/pethandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-11 16:00:32 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-11 16:00:32 +0300
commit23b35de445d6af7d6e00576f4fbdfa1d15ba37df (patch)
treeca945d6ca28f63f59db68391dcacf6cfc5fc06d7 /src/net/eathena/pethandler.h
parent4c4c2684278f84f952544d8e4f119ce9da980c1a (diff)
downloadplus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.gz
plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.bz2
plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.tar.xz
plus-23b35de445d6af7d6e00576f4fbdfa1d15ba37df.zip
eathena: add partial support for packet SMSG_PET_MESSAGE 0x01aa.
Diffstat (limited to 'src/net/eathena/pethandler.h')
-rw-r--r--src/net/eathena/pethandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/pethandler.h b/src/net/eathena/pethandler.h
index af3e1d918..f08ce43fa 100644
--- a/src/net/eathena/pethandler.h
+++ b/src/net/eathena/pethandler.h
@@ -53,6 +53,8 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void requestPetState(const int data) const override final;
+ void processPetMessage(Net::MessageIn &msg);
+
protected:
int mRandCounter;
};