///////////////////////////////////////////////////////
| 128 | { |
| 129 | //////////////////////////////////////////////////////////// |
| 130 | Image::Image(Vector2u size, Color color) |
| 131 | { |
| 132 | resize(size, color); |
| 133 | } |
| 134 | |
| 135 | |
| 136 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected