MCPcopy Create free account
hub / github.com/TankOs/SFGUI / ~SFGUI

Method ~SFGUI

src/SFGUI/SFGUI.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20SFGUI::~SFGUI() {
21 Renderer::Destroy();
22 Context::DestroyDefaultEngine();
23
24 alive = false;
25}
26
27void SFGUI::Display( sf::Window& target ) {
28 Renderer::Get().Display( target );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected