сохранение 2

This commit is contained in:
mariaandreeva.2007 2024-10-29 23:21:16 +03:00
parent b4f9e28164
commit 86eac6490b

View File

@ -161,6 +161,14 @@ void logo5(HDC hdc) {
x += 130;
} while (y < 400, x < 800);
}
void logo6(HDC hdc) {
int y = 0, x = 0;
do {
logo(hdc, x, y);
y += 60;
x += 130;
} while (y < 400, x < 800);
}
//
// ЦЕЛЬ: Обрабатывает сообщения в главном окне.