maj
This commit is contained in:
@@ -8,7 +8,6 @@ but : run
|
|||||||
|
|
||||||
OFILES = plateau_init.o \
|
OFILES = plateau_init.o \
|
||||||
fenetre.o \
|
fenetre.o \
|
||||||
time.o \
|
|
||||||
main.o
|
main.o
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
@@ -21,8 +20,6 @@ plateau_init.o : plateau_init.h
|
|||||||
|
|
||||||
fenetre.o : fenetre.h plateau_init.h
|
fenetre.o : fenetre.h plateau_init.h
|
||||||
|
|
||||||
time.o : time.h
|
|
||||||
|
|
||||||
main.o : main.c fenetre.h time.h
|
main.o : main.c fenetre.h time.h
|
||||||
|
|
||||||
|
|
||||||
|
@@ -16,7 +16,10 @@ int start (void) {
|
|||||||
int** tableau = plateau_init();
|
int** tableau = plateau_init();
|
||||||
|
|
||||||
int i, j;
|
int i, j;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> f209244 (mise à jour)
|
||||||
|
|
||||||
char* texte1 = "espace = lancer";
|
char* texte1 = "espace = lancer";
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
#include <graph.h>
|
#include <graph.h>
|
||||||
#include "fenetre.h"
|
#include "fenetre.h"
|
||||||
#include "plateau_init.h"
|
#include "plateau_init.h"
|
||||||
#include "time.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user