///////////////////////////////////////////////////////
| 32 | { |
| 33 | //////////////////////////////////////////////////////////// |
| 34 | RectangleShape::RectangleShape(Vector2f size) |
| 35 | { |
| 36 | setSize(size); |
| 37 | } |
| 38 | |
| 39 | |
| 40 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected