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