Correction bug

This commit is contained in:
stiti
2023-12-13 07:41:20 +01:00
parent 3b588c6e7c
commit 371da48697
2 changed files with 19 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ int gestionDeplacements(Segment serpent[], int *direction_x, int *direction_y);
int tuerSerpent(Segment serpent[], int longueur);
void mettreAJourSerpent(Segment serpent[], int *longueur, int *direction_x, int *direction_y);
void dessinerSerpent(Segment serpent[], int *longueur);
int seMangerQueue(Segment serpent[], int longueur);
void attendreSerpent(unsigned long int microseconds);
#endif /*SERPENT_H*/