MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DisplaySplashScreen

Method DisplaySplashScreen

editor/MainFrm.cpp:1272–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272void CMainFrame::DisplaySplashScreen() {
1273 m_D3Splash = new CD3Splash(this);
1274 m_D3Splash->Create();
1275 m_D3Splash->ShowWindow(SW_SHOW);
1276 m_D3Splash->UpdateWindow();
1277}
1278
1279void CMainFrame::RemoveSplashScreen() {
1280 if (!m_D3Splash)

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected