| 65 | CHAR pCharset[] = "BCDFGHJKMPQRTVWXY2346789"; |
| 66 | |
| 67 | INT wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ WCHAR *pCmdLine, _In_ INT nCmdShow) { |
| 68 | srand(GetTickCount64()); |
| 69 | |
| 70 | InitializePreset(2, &pBINKPreset); |
| 71 | |
| 72 | return InitializeWindow(hInstance); |
| 73 | |
| 74 | // don't forget to free bink presets (I Forgor) |
| 75 | } |
nothing calls this directly
no test coverage detected