diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-13 19:14:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-13 19:14:04 +0300 |
commit | 6ca3e7e52584261f9d43de1a68c09f20a762cac1 (patch) | |
tree | 09b6cf71e5b3679955f1b6e0833659c6d59ceea5 /src/being/being.h | |
parent | 8a8ef403f70b43458f90b6192ce8cedcf2c9a209 (diff) | |
download | manaplus-6ca3e7e52584261f9d43de1a68c09f20a762cac1.tar.gz manaplus-6ca3e7e52584261f9d43de1a68c09f20a762cac1.tar.bz2 manaplus-6ca3e7e52584261f9d43de1a68c09f20a762cac1.tar.xz manaplus-6ca3e7e52584261f9d43de1a68c09f20a762cac1.zip |
Move cursor drawing function from ActorSprite into Being.
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 7c3860220..0b1797c38 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -1106,6 +1106,10 @@ class Being notfinal : public ActorSprite, void dumpSprites() const restrict2; + void drawBeingCursor(Graphics *const graphics, + const int offsetX, + const int offsetY) const A_NONNULL(2); + const ActorTypeT mType; /** Speech Bubble components */ |