| 18 | } |
| 19 | |
| 20 | SFGUI::~SFGUI() { |
| 21 | Renderer::Destroy(); |
| 22 | Context::DestroyDefaultEngine(); |
| 23 | |
| 24 | alive = false; |
| 25 | } |
| 26 | |
| 27 | void SFGUI::Display( sf::Window& target ) { |
| 28 | Renderer::Get().Display( target ); |
nothing calls this directly
no outgoing calls
no test coverage detected