void ClientModeSDKNormal::Shutdown() { if ( ASWBackgroundMovie() ) { ASWBackgroundMovie()->ClearCurrentMovie(); } }
void ClientModeSDK::Shutdown() { if ( ASWBackgroundMovie() ) { ASWBackgroundMovie()->ClearCurrentMovie(); } DestroySDKLoadingPanel(); if (g_hLogoPanel.Get()) { delete g_hLogoPanel.Get(); } }