///////////////////////////////////////////////////////
| 442 | |
| 443 | //////////////////////////////////////////////////////////// |
| 444 | Vector2u Texture::getSize() const |
| 445 | { |
| 446 | return m_size; |
| 447 | } |
| 448 | |
| 449 | |
| 450 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected