From a93a723db62ba2ad445b0fff26be5c51aefcda78 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 3 May 2009 17:11:25 -0400 Subject: Added rotational particles, and added code to show arrows when a player shoots them. --- src/simpleanimation.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/simpleanimation.h') 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; -- cgit v1.2.3-60-g2f50