///////////////////////////////////////////////////////
| 68 | |
| 69 | //////////////////////////////////////////////////////////// |
| 70 | const Texture* Shape::getTexture() const |
| 71 | { |
| 72 | return m_texture; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected