21 #ifndef GF_ANIMATED_SPRITE_H
22 #define GF_ANIMATED_SPRITE_H
28 #ifndef DOXYGEN_SHOULD_SKIP_THIS
67 #ifndef DOXYGEN_SHOULD_SKIP_THIS
An animated sprite.
Definition: AnimatedSprite.h:42
A drawable representation of a texture, with its own transformations, color, etc. ...
Definition: Sprite.h:87
void update(float dt)
Update the state of the animation.
void setAnimation(Animation &animation)
Set the current animation of the sprite.
AnimatedSprite()
Constructor.
#define GF_API
Definition: Portability.h:35
An animation.
Definition: Animation.h:48