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 ac9a6f980..750baf4dc 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -42,6 +42,8 @@ class PetHandler notfinal
const int x, const int y) const = 0;
virtual void emote(const uint8_t emoteId, const int petId) = 0;
+
+ virtual void catchPet(const Being *const being) const = 0;
};
} // namespace Net