Peer Working : correction bug

This commit is contained in:
stiti
2023-12-11 18:56:40 +01:00
parent 909d4bfb7b
commit 12c620e5bb
3 changed files with 26 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ typedef struct {
} Segment;
void initialiserSerpent(Segment serpent[], int *longueur);
void gestionDeplacements(Segment serpent[], int *direction_x, int *direction_y);
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);