ajout des fichier pour les comportement du jeu en fonction du nombre de joueur

This commit is contained in:
2024-11-13 11:07:47 +01:00
parent aa7bceba3c
commit 4225c39b86
10 changed files with 50 additions and 16 deletions

View File

@@ -11,6 +11,8 @@ OFILES = taille.o \
nbjoueur2.o \
boutonJVJ.o \
jeu.o \
comportementJCJ.o \
comportementJCIA.o \
main.o
@@ -26,13 +28,17 @@ taille.o : taille.h jeu.h
nbjoueur.o : nbjoueur.h
comportementJCJ.o : comportementJCJ.h
comportementJCIA.o : comportementJCIA.h
boutonJVJ.o : boutonJVJ.h
nbjoueur2.o : nbjoueur2.h
grille.o : grille.h
jeu.o : jeu.h menu.h
jeu.o : jeu.h menu.h comportementJCJ.h comportementJCIA.h
main.o : jeu.h