14 lines
347 B
C

#include "main.h"
#ifndef EVENEMENT_H
#define EVENEMENT_H
void MangerPastille(int *serpent, PIXELS* pastilles, int longueur_serpent, int longueur_pastilles);
void DeplacementSerpent(int direction ,int *serpent, int longueur);
void InitialiserPastilles(PIXELS *pastilles);
void AfficherTimerEtScore(int m,int n,int score);
#endif