correction dautre warning

This commit is contained in:
2023-12-22 21:12:26 +01:00
parent f88d0680f6
commit 7afb378891
3 changed files with 15 additions and 13 deletions

2
main.h
View File

@@ -20,6 +20,6 @@ struct PIXELS {
typedef struct PIXELS PIXELS;
PIXELS gen_pastille(PIXELS *serpent,PIXELS *pastilles,PIXELS *obstacle,int longueur_serpent,int longueur_obstacle);
PIXELS gen_pastille(PIXELS *serpent,PIXELS *pastilles,PIXELS *obstacle,unsigned long longueur_serpent,unsigned long longueur_obstacle);
#endif