Ajout du rapport.txt + supression des warnings

This commit is contained in:
Vincent
2023-12-09 09:35:00 +01:00
parent 16054ef43f
commit 224497863a
6 changed files with 36 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ void DeplacementSerpent(int direction ,int *serpent, int longueur);
void InitialiserPastilles(PIXELS *pastilles);
void AfficherTimerEtScore(int m,int n,int score);
void AfficherTimerEtScore(int m,int n,unsigned long *score);
int PastilleSurSerpent(PIXELS pastille, int *serpent, int longueur_serpent);