summaryrefslogtreecommitdiff
path: root/src/net/skillhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r--src/net/skillhandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h
index 858e29513..8459c6c61 100644
--- a/src/net/skillhandler.h
+++ b/src/net/skillhandler.h
@@ -46,6 +46,10 @@ class SkillHandler notfinal
const int level,
const BeingId beingId) const = 0;
+ virtual void useBeingStart(const int id,
+ const int level,
+ const BeingId beingId) const = 0;
+
virtual void usePos(const int id,
const int level,
const int x, const int y) const = 0;