Affichage de la grille faite en fonction de la taille selectionner par le joueur
This commit is contained in:
6
Makefile
6
Makefile
@@ -25,7 +25,7 @@ CFLAGS = -Wall -ansi -pedantic
|
||||
|
||||
#deplacement.o : pion.h obstacle.h
|
||||
|
||||
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h
|
||||
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h grille.h
|
||||
|
||||
#pion.o : deplacement.h obstacle.h
|
||||
|
||||
@@ -37,11 +37,11 @@ boutonJVJ.o : boutonJVJ.h
|
||||
|
||||
nbjoueur2.o : nbjoueur2.h
|
||||
|
||||
grille.o : grille.h taille.h
|
||||
grille.o : grille.h
|
||||
|
||||
#obstacle.o : pion.h
|
||||
|
||||
jeu.o : jeu.h
|
||||
jeu.o : jeu.h grille.h
|
||||
|
||||
main.o : menu.h jeu.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user