Améliorations Visuels

This commit is contained in:
2023-12-18 15:21:28 +01:00
parent 1eedd2c4e2
commit 7c0621f36a
3 changed files with 50 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
#ifndef EVENEMENT_H
#define EVENEMENT_H
int MangerPastille(PIXELS *serpent, PIXELS* pastilles,unsigned long *score,int longueur_serpent);
int MangerPastille(PIXELS *serpent, PIXELS* pastilles,unsigned long int *score,int longueur_serpent,unsigned long int *vitesse);
void DeplacementSerpent(int direction ,PIXELS *serpent, int longueur);