MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / HideSplash

Function HideSplash

ogsr_engine/xr_3da/splash.cpp:165–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void HideSplash()
166{
167 // Destroy LOGO
168 if (logoWindow)
169 {
170 DestroyWindow(logoWindow);
171 logoWindow = nullptr;
172 }
173 if (logoOwnerWindow)
174 {
175 DestroyWindow(logoOwnerWindow);
176 logoOwnerWindow = nullptr;
177 }
178}

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected