diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-15 17:04:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-15 17:04:31 +0300 |
commit | 0977134ffdad9ea0e79106fc633ebafd18209765 (patch) | |
tree | c0c21f68e7e40002ff9de01302d19ffb5e6783e7 /src/being/being.h | |
parent | 679454f53aa95317f8a1d7a1698c743d98a02fad (diff) | |
download | plus-0977134ffdad9ea0e79106fc633ebafd18209765.tar.gz plus-0977134ffdad9ea0e79106fc633ebafd18209765.tar.bz2 plus-0977134ffdad9ea0e79106fc633ebafd18209765.tar.xz plus-0977134ffdad9ea0e79106fc633ebafd18209765.zip |
Add support for different per skill casting animations.
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index a31f39be5..461a8626f 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -68,6 +68,7 @@ class Text; struct ChatObject; struct HorseInfo; +struct SkillInfo; struct ParticleInfo; extern volatile int cur_time; @@ -599,6 +600,9 @@ class Being notfinal : public ActorSprite, std::string getCastAction() const A_WARN_UNUSED; + std::string getCastAction(const SkillInfo *const skill) const + A_WARN_UNUSED; + std::string getMoveAction() const A_WARN_UNUSED; std::string getDeadAction() const A_WARN_UNUSED; |