mise à jour de l'évenement manger une pomme

This commit is contained in:
2023-12-18 23:40:33 +01:00
parent 11b6a7d7dd
commit 191e031597
8 changed files with 183 additions and 96 deletions

View File

@@ -8,6 +8,7 @@ but : run
OFILES = plateau_init.o \
fenetre.o \
augmentation_serpent.o \
deplacement.o \
ajout_score.o \
score_init.o \
@@ -25,9 +26,11 @@ plateau_init.o : plateau_init.h
fenetre.o : fenetre.h plateau_init.h
deplacement.o : deplacement.h
augmentation_serpent.o : augmentation_serpent.h
supp_queue.o : supp_queue.h
deplacement.o : deplacement.h supp_queue.h
supp_queue.o : supp_queue.h augmentation_serpent.h
ajout_score.o : ajout_score.h