Compare commits

..

No commits in common. "ветка3" and "main" have entirely different histories.

View File

@ -148,8 +148,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
HDC hdc = BeginPaint(hWnd, &ps); HDC hdc = BeginPaint(hWnd, &ps);
// TODO: Добавьте сюда любой код прорисовки, использующий HDC... // TODO: Добавьте сюда любой код прорисовки, использующий HDC...
EndPaint(hWnd, &ps); EndPaint(hWnd, &ps);
//оооо
//аааа
} }
break; break;
case WM_DESTROY: case WM_DESTROY: