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

Method SFGUI

src/SFGUI/SFGUI.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace sfg {
13
14SFGUI::SFGUI() {
15 Renderer::Create();
16
17 alive = true;
18}
19
20SFGUI::~SFGUI() {
21 Renderer::Destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected