Ajout de plusieur fonction mais en tout cas meintenant on peut placer les pion a leur place de base via le joueur
This commit is contained in:
8
Makefile
8
Makefile
@@ -15,6 +15,8 @@ OFILES = taille.o \
|
||||
comportementJCIA.o \
|
||||
definirMaxXY.o \
|
||||
initialisation.o \
|
||||
coordoner.o \
|
||||
effacehaut.o \
|
||||
main.o
|
||||
|
||||
|
||||
@@ -28,11 +30,15 @@ menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h grille.h
|
||||
|
||||
taille.o : taille.h jeu.h
|
||||
|
||||
effacehaut.o : effacehaut.h
|
||||
|
||||
coordoner.o : coordoner.h
|
||||
|
||||
initialisation.o : initialisation.h
|
||||
|
||||
nbjoueur.o : nbjoueur.h
|
||||
|
||||
comportementJCJ.o : comportementJCJ.h definirMaxXY.h initialisation.h
|
||||
comportementJCJ.o : comportementJCJ.h definirMaxXY.h initialisation.h coordoner.h effacehaut.h
|
||||
|
||||
comportementJCIA.o : comportementJCIA.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user