void Sprite_moveTo_anim(CmdFX_Sprite *sprite, int x, int y, double time)
Moves a sprite to the given position with an animation.
void Sprite_moveBy_anim(CmdFX_Sprite *sprite, int dx, int dy, double time)
Moves a sprite by the given amount with an animation.
Represents a sprite that can be drawn to the terminal.
Definition sprites.h:28