struct EE::Graphics::Sprite::Frame

#include <sprite.hpp>

struct Frame {
    // fields

    std::vector<TextureRegion*> Spr;
};