Repartitions du code en plusieurs fichier (début du vrai programme)

This commit is contained in:
2023-12-02 10:05:42 +01:00
parent e34d6fb72b
commit b637d047c9
8 changed files with 283 additions and 82 deletions

6
evenement.h Normal file
View File

@@ -0,0 +1,6 @@
void AfficherTimerEtScore(int m,int n,int score);
void MangerPastille(int *serpent, int* pastilles, int longueur_serpent, int longueur_pastilles);
void DeplacementSerpent(int direction ,int *serpent, int longueur);