correction segmentation collission

This commit is contained in:
2023-12-17 19:35:53 +01:00
parent dd9d51bb1a
commit c3c14e39c9
6 changed files with 12 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ void AfficherTimerEtScore(long unsigned int *score,int minutes,int secondes);
int PastilleSurSerpent(PIXELS pastille, PIXELS *serpent, int longueur_serpent);
void MourrirSerpent(PIXELS *serpent, int longueur_serpent);
int MourrirSerpent(PIXELS *serpent, int longueur_serpent);
#endif