Rectification Segmentation Fault du dernier commit (Agrandissement serpent + score)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef EVENEMENT_H
|
||||
#define EVENEMENT_H
|
||||
|
||||
void MangerPastille(int *serpent, PIXELS* pastilles, size_t longueur_serpent, size_t longueur_pastilles, unsigned long *score);
|
||||
int MangerPastille(int *serpent, PIXELS* pastilles,unsigned long *score);
|
||||
|
||||
void DeplacementSerpent(int direction ,int *serpent, int longueur);
|
||||
|
||||
@@ -11,6 +11,7 @@ void InitialiserPastilles(PIXELS *pastilles);
|
||||
|
||||
void AfficherTimerEtScore(int m,int n,int score);
|
||||
|
||||
int PastilleSurSerpent(PIXELS pastille, int *serpent, size_t longueur_serpent);
|
||||
int PastilleSurSerpent(PIXELS pastille, int *serpent, int longueur_serpent);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user