39 std::vector<sf::IntRect> _intRects;
const sf::IntRect & getIntRect(int row, int col)
Return the rect for a given row and column.
ImageRects(int cols)
Construct an empty ImageRects with a known column count.
void push(const sf::IntRect &int_rect)
Append a rect to the collection.