@@ -7,5 +7,18 @@
#define H_GAME 600
#define T_PIXEL 15
#define DECALEMENT 30
#define PASTILLES 5
#endif
struct PIXELS {
int x;
int y;
};
typedef struct PIXELS PIXELS;
PIXELS gen_pastille();
The note is not visible to the blocked user.