ajout d'image de pomme et accélération du serpent

This commit is contained in:
2023-12-23 16:23:43 +01:00
parent fbb9dcdd41
commit 9ebf610378
9 changed files with 52 additions and 23 deletions

View File

@@ -9,6 +9,6 @@
#define GAUCHE 3
#include "plateau_init.h"
unsigned char deplacement (struct adresse* pointeur, unsigned char* sens, unsigned char* retard, short int* compteur);
unsigned char deplacement (struct adresse* pointeur, unsigned char* sens, unsigned char* retard, short int* compteur, unsigned long* acceleration, int numsprite);
#endif /* DEPLACEMENT_H */