Cool starter with testing

This commit is contained in:
alexey.min
2012-02-04 08:40:09 +00:00
parent 2ac1570bf2
commit d17924595d
4 changed files with 75 additions and 127 deletions

View File

@@ -12,6 +12,7 @@ INT_PTR CALLBACK ChooseDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
{
case IDC_INGAME: EndDialog( hDlg, IDYES ); break;
case IDC_OUTGAME: EndDialog( hDlg, IDNO ); break;
case IDC_B_TEST: EndDialog( hDlg, IDRETRY ); break;
}
} break;
default: return FALSE; break;