From 6dd1ee2614b85ab9bd68a2294f4d357d41f88ae9 Mon Sep 17 00:00:00 2001 From: SAE11_2023 Date: Tue, 21 Nov 2023 13:43:09 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20biblioth=C3=A8que=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JEUX_SERPENT/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JEUX_SERPENT/main.c b/JEUX_SERPENT/main.c index bba3db1..ded84aa 100644 --- a/JEUX_SERPENT/main.c +++ b/JEUX_SERPENT/main.c @@ -8,6 +8,9 @@ int main() InitialiserGraphique(); CreerFenetre(100, 180, 1200, 800); Touche(); + couleur c; + c=CouleurParComposante(255,0,0); + ChoisirCouleurDessin(c); FermerGraphique(); return EXIT_SUCCESS; } \ No newline at end of file