summaryrefslogtreecommitdiff
path: root/src/net/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r--src/net/pethandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h
index 1eaf011d8..20e4b945e 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -56,6 +56,8 @@ class PetHandler notfinal
virtual void returnToEgg() const = 0;
virtual void unequip() const = 0;
+
+ virtual void setDirection(const BeingDirection::Type type) const = 0;
};
} // namespace Net