problème avec bouton cliquee car actuellement il faut cliquer et en même temps appuyer sur une touche entre 3 et 9
This commit is contained in:
8
Makefile
8
Makefile
@@ -9,6 +9,8 @@ OFILES = taille.o \
|
||||
grille.o \
|
||||
nbjoueur.o \
|
||||
nbjoueur2.o \
|
||||
boutonJVJ.o \
|
||||
boutonJVIA.o \
|
||||
main.o
|
||||
|
||||
|
||||
@@ -23,7 +25,7 @@ CFLAGS = -Wall -ansi -pedantic
|
||||
|
||||
#deplacement.o : pion.h obstacle.h
|
||||
|
||||
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h
|
||||
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h boutonJVIA.h
|
||||
|
||||
#pion.o : deplacement.h obstacle.h
|
||||
|
||||
@@ -31,6 +33,10 @@ taille.o : taille.h grille.h
|
||||
|
||||
nbjoueur.o : nbjoueur.h
|
||||
|
||||
boutonJVJ.o : boutonJVJ.h
|
||||
|
||||
boutonJVIA.o : boutonJVIA.h
|
||||
|
||||
nbjoueur2.o : nbjoueur2.h
|
||||
|
||||
grille.o : grille.h taille.h
|
||||
|
||||
Reference in New Issue
Block a user