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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/pethandler.h b/src/net/pethandler.h
index 3116d7ba9..ba1502631 100644
--- a/src/net/pethandler.h
+++ b/src/net/pethandler.h
@@ -23,6 +23,8 @@
#include "being/being.h"
+class Item;
+
namespace Net
{
@@ -59,6 +61,8 @@ class PetHandler notfinal
virtual void unequip() const = 0;
virtual void setDirection(const unsigned char type) const = 0;
+
+ virtual void evolution(const Item *item) const = 0;
};
} // namespace Net