Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace sfg {
13
14
SFGUI::SFGUI() {
15
Renderer::Create();
16
17
alive = true;
18
}
19
20
SFGUI::~SFGUI() {
21
Renderer::Destroy();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected