SAE11_2023/SAE_semestre1/fichier.h/pastille.h

8 lines
193 B
C
Raw Normal View History

#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-07 14:32:42 +01:00
#endif