Fix generation pastilles sur le serpent

This commit is contained in:
2023-12-12 17:29:02 +01:00
parent 15a99a4583
commit f83e28683d
7 changed files with 31 additions and 20 deletions

2
main.h
View File

@@ -19,6 +19,6 @@ struct PIXELS {
typedef struct PIXELS PIXELS;
PIXELS gen_pastille();
PIXELS gen_pastille(PIXELS *serpent,int longueur_serpent);
#endif