diff options
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index e48644d4..508810b1 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -48,6 +48,10 @@ class SimpleAnimation ~SimpleAnimation(); + void setFrame(int frame); + + int getLength(); + void update(unsigned int timePassed); bool draw(Graphics* graphics, int posX, int posY) const; |