VG3_sprite_rewind()
Rewind an animated sprite to the beginning.SYNTAX
void
VG3_sprite_rewind(struct vg3_sprite *sprt)
FUNCTION PARAMETERS
sprt | Sprite |
DESCRIPTION
Rewind an animated sprite to the beginning as if it has been new loaded.
SEE ALSO