ajout de la fonction de manger des pommes

This commit is contained in:
2023-12-17 04:09:38 +01:00
parent ec6bc5987d
commit cc1e72bee9
8 changed files with 165 additions and 97 deletions

View File

@@ -15,10 +15,10 @@
struct adresse {
int** plateau;
unsigned int** corps_serpent;
unsigned int* taille_serpent;
int** corps_serpent;
unsigned short* taille_serpent;
unsigned char* tete;
unsigned int* indice_queue;
unsigned short* indice_queue;
};