From 86eac6490beb1e0ab11de3935afcbed1bc67bd05 Mon Sep 17 00:00:00 2001 From: "mariaandreeva.2007" Date: Tue, 29 Oct 2024 23:21:16 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 8audi/8audi/8audi.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/8audi/8audi/8audi.cpp b/8audi/8audi/8audi.cpp index 0fd9685..e633073 100644 --- a/8audi/8audi/8audi.cpp +++ b/8audi/8audi/8audi.cpp @@ -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); +} // // ЦЕЛЬ: Обрабатывает сообщения в главном окне.