MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / isInitialized

Function isInitialized

src/OpenLoco/src/Ui.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 bool isInitialized()
195 {
196 return _window != nullptr;
197 }
198
199 static SDL_PropertiesID getWindowProps(const Config::Display& cfg)
200 {

Callers 3

renderFunction · 0.85
handleInputFunction · 0.85
renderAndUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected