diff --git a/Images/FIN.png b/Images/FIN.png new file mode 100644 index 0000000..2456963 Binary files /dev/null and b/Images/FIN.png differ diff --git a/jeu.c b/jeu.c index 6b9cb34..3ff7e9b 100644 --- a/jeu.c +++ b/jeu.c @@ -117,6 +117,7 @@ int jeu(int position[20][4], int nb_paires){ } } } + ChargerImage("./Images/FIN.png",300,500,0,0,445,31); Touche(); FermerGraphique(); return 1;