optimisation du code (déplacement)

This commit is contained in:
2023-12-22 10:36:53 +01:00
parent bd6f85e906
commit 3e185cfcfd
3 changed files with 5 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ typedef struct {
Pomme creerPomme(Serpent serpent, int longueur);
void dessinerPomme(Pomme pomme,int id_pomme);
int mangerPomme(Serpent serpent[], Pomme pomme);
#endif /*POMME_H*/