use Texture as SdlTexture;
use Arc;
use IntRect;
/// An animation given by a SpriteSheet.
///
/// Animation is not done automatically by Nitro, advancing through and selecting
/// frames is typically the responsiblity of a Component delegated to controlling
/// animation.