How would these be converted to 2.x?
win.draw(sf::Shape::Rectangle(le.Blocks[0].fRect, sf::Color(255, 0, 0)));
rt.draw(sf::Shape(sf::Shape::Line(l.position, end, 1, l.color)));
le.Blocks is basically a vector of FloatRects.
l.position and end are Vector2fs