ajout de l'écran de fin du jeu
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user