modification du nom des fichiers
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
#define NBR_POMME 5
|
#define NBR_POMME 5
|
||||||
#define TAILLE_SERPENT 10
|
#define TAILLE_SERPENT 10
|
||||||
|
|
||||||
int* plateau(void) {
|
int* plateauinit(void) {
|
||||||
|
|
||||||
int tableau[LIGNES][COLONNES] = {0}, ligne_pomme, colonne_pomme, i, i2, compteur = 0 ;
|
int tableau[LIGNES][COLONNES] = {0}, ligne_pomme, colonne_pomme, i, i2, compteur = 0 ;
|
||||||
|
|
Reference in New Issue
Block a user