ajout de l'écran de fin du jeu

This commit is contained in:
2023-12-24 20:21:24 +01:00
parent 1e79f977be
commit 0873aebe7d
13 changed files with 231 additions and 173 deletions

View File

@@ -14,6 +14,8 @@ OFILES = plateau_init.o \
ajout_score.o \
score_init.o \
supp_queue.o \
affichage_timer.o \
ecran_fin.o \
main.o
@@ -33,13 +35,17 @@ augmentation_serpent.o : augmentation_serpent.h
deplacement.o : deplacement.h supp_queue.h
supp_queue.o : supp_queue.h augmentation_serpent.h ajout_score.h
supp_queue.o : supp_queue.h augmentation_serpent.h ajout_score.h
ecran_fin.o : ecran_fin.h
ajout_score.o : ajout_score.h
score_init.o : score_init.h
main.o : main.c fenetre.h deplacement.h
affichage_timer.o : affichage_timer.h
main.o : main.c fenetre.h deplacement.h affichage_timer.h ecran_fin.h