ajout rectification makefile + struct pixel
This commit is contained in:
14
evenement.h
14
evenement.h
@@ -1,6 +1,14 @@
|
||||
#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);
|
||||
|
||||
void MangerPastille(int *serpent, int* pastilles, int longueur_serpent, int longueur_pastilles);
|
||||
|
||||
void DeplacementSerpent(int direction ,int *serpent, int longueur);
|
||||
#endif
|
||||
Reference in New Issue
Block a user