///////////////////////////////////////////////////////
| 560 | |
| 561 | //////////////////////////////////////////////////////////// |
| 562 | Vector2u Image::getSize() const |
| 563 | { |
| 564 | return m_size; |
| 565 | } |
| 566 | |
| 567 | |
| 568 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected