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

Method IsAlive

src/SFGUI/SFGUI.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43bool SFGUI::IsAlive() {
44 return alive;
45}
46
47void SFGUI::AddCharacterSet( std::uint32_t low_bound, std::uint32_t high_bound ) {
48 Renderer::Get().AddCharacterSet( low_bound, high_bound );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected