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 745d70195..3a90b98f1 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -46,6 +46,8 @@ class PetHandler notfinal
virtual void catchPet(const Being *const being) const = 0;
virtual void requestPetState(const int data) const = 0;
+
+ virtual void setName(const std::string &name) const = 0;
};
} // namespace Net