summaryrefslogtreecommitdiff
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/sprite.h b/src/sprite.h
index 35df7115..3af6eb7c 100644
--- a/src/sprite.h
+++ b/src/sprite.h
@@ -87,7 +87,7 @@ class Sprite
/**
* Returns a reference to the current image being drawn.
*/
- virtual const Image* getImage() const = 0;
+ virtual const Image *getImage() const = 0;
/**
* Sets the direction.
@@ -109,16 +109,6 @@ class Sprite
{ return mAlpha; }
/**
- * Returns the current frame number for the sprite.
- */
- virtual size_t getCurrentFrame() const = 0;
-
- /**
- * Returns the frame count for the sprite.
- */
- virtual size_t getFrameCount() const = 0;
-
- /**
* Returns the duration of the current sprite animation in milliseconds.
*/
virtual int getDuration() const = 0;