2023-12-01 13:32:18 +01:00
|
|
|
#ifndef PASTILLE_H
|
|
|
|
#define PASTILLE_H
|
|
|
|
|
2023-12-19 17:27:47 +01:00
|
|
|
void InitialiserPommes(int pommex[], int pommey[], int segment);
|
|
|
|
void Pomme(int pos_x[], int pos_y[], int pommex[], int pommey[], int *segment);
|
2023-12-01 13:32:18 +01:00
|
|
|
|
2023-12-07 14:32:42 +01:00
|
|
|
#endif
|