Je choisie de faire un tableau a double entrer pour la grille mais la problème de test

This commit is contained in:
ozvann
2024-11-04 22:11:03 +01:00
parent 36dd0ac17a
commit ebdfe6a5e0
6 changed files with 26 additions and 11 deletions

View File

@@ -25,13 +25,13 @@ menu.o : taille.h menu.h
#pion.o : deplacement.h obstacle.h
taille.o : taille.h
taille.o : taille.h grille.h
grille.o : taille.h
grille.o : grille.h taille.h
#obstacle.o : pion.h
main.o : menu.h
main.o : menu.h grille.h
# CHAPITRE 4 : DEPENDANCES AVEC COMMANDES