This commit is contained in:
v.ignatkin 2024-11-17 23:05:58 +04:00
parent 6c761e4914
commit 10046c4255

View File

@ -155,7 +155,6 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
LineTo(hdc, 100, 200);
LineTo(hdc, 100, 300);
//крыша домика
MoveToEx(hdc, 100, 200, NULL);
LineTo(hdc, 200, 100);
LineTo(hdc, 300, 200);