From 9e77738e7c8a01e343c060a12f0d9d44a96874ed Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Mar 2016 22:06:58 +0300 Subject: Split CompoundSprite::draw into draw and drawSimple. --- src/being/compoundsprite.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/being/compoundsprite.h') diff --git a/src/being/compoundsprite.h b/src/being/compoundsprite.h index d50f20b2d..a1a0e9742 100644 --- a/src/being/compoundsprite.h +++ b/src/being/compoundsprite.h @@ -54,6 +54,10 @@ class CompoundSprite notfinal : public Sprite const int posX, const int posY) const override A_NONNULL(2); + void drawSimple(Graphics *const graphics, + const int posX, + const int posY) const A_NONNULL(2); + /** * Gets the width in pixels of the first sprite in the list. */ -- cgit v1.2.3-60-g2f50