diff options
Diffstat (limited to 'src/net/skillhandler.h')
-rw-r--r-- | src/net/skillhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/skillhandler.h b/src/net/skillhandler.h index 8459c6c61..4c56bd787 100644 --- a/src/net/skillhandler.h +++ b/src/net/skillhandler.h @@ -50,6 +50,8 @@ class SkillHandler notfinal const int level, const BeingId beingId) const = 0; + virtual void useStop(const int id) const = 0; + virtual void usePos(const int id, const int level, const int x, const int y) const = 0; |