diff options
Diffstat (limited to 'src/net/pethandler.h')
-rw-r--r-- | src/net/pethandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h index 15805ba22..a3a5f25f5 100644 --- a/src/net/pethandler.h +++ b/src/net/pethandler.h @@ -38,6 +38,8 @@ class PetHandler virtual void spawn(const Being *const being, const int x, const int y) const = 0; + + virtual void emote(const uint8_t emoteId) const = 0; }; } // namespace Net |