module prova.graphics.sprites.spriteframe;

import prova.math;

///
struct SpriteFrame
{
  ///
  Rect clip;
  /// Uses seconds
  float duration;
}