summaryrefslogtreecommitdiff
path: root/src/resources/sprite/animatedsprite.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-05 18:23:50 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-05 18:23:50 +0300
commite210a6f5033944614499a1708be2fa5559479e37 (patch)
tree0d6b6b1ba2e34786b97885947e5ccb7dacbdea1e /src/resources/sprite/animatedsprite.h
parent21159adfd8bd3d709793006e1b1e4b2d8ed806d7 (diff)
downloadManaVerse-e210a6f5033944614499a1708be2fa5559479e37.tar.gz
ManaVerse-e210a6f5033944614499a1708be2fa5559479e37.tar.bz2
ManaVerse-e210a6f5033944614499a1708be2fa5559479e37.tar.xz
ManaVerse-e210a6f5033944614499a1708be2fa5559479e37.zip
Add function for draw rescaled animated sprite.
Diffstat (limited to 'src/resources/sprite/animatedsprite.h')
-rw-r--r--src/resources/sprite/animatedsprite.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources/sprite/animatedsprite.h b/src/resources/sprite/animatedsprite.h
index 259b6fe84..01a142f31 100644
--- a/src/resources/sprite/animatedsprite.h
+++ b/src/resources/sprite/animatedsprite.h
@@ -74,6 +74,12 @@ class AnimatedSprite final : public Sprite
const int posX,
const int posY) const restrict2 override final A_NONNULL(2);
+ void drawRescaled(Graphics *restrict const graphics,
+ const int posX,
+ const int posY,
+ const int dx,
+ const int dy) const restrict2 A_NONNULL(2);
+
void drawRaw(Graphics *restrict const graphics,
const int posX,
const int posY) const restrict2 A_NONNULL(2);