summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/pethandler.h')
-rw-r--r--src/net/tmwa/pethandler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h
index 113fba6b6..ad487c629 100644
--- a/src/net/tmwa/pethandler.h
+++ b/src/net/tmwa/pethandler.h
@@ -55,6 +55,16 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
void setName(const std::string &name) const override final;
+ void requestStatus() const override final;
+
+ void feed() const override final;
+
+ void dropLoot() const override final;
+
+ void returnToEgg() const override final;
+
+ void unequip() const override final;
+
protected:
int mRandCounter;
};