Example #1
0
void CALLBACK OnLostDevice( void* pUserContext )
{    
    g_DialogResourceManager.OnLostDevice();
    g_SettingsDlg.OnLostDevice();    
    if( g_pGameRoot )
        g_pGameRoot->OnLostDevice();    
}