SAE11_2023/SAE_semestre1/Oeuf.h

8 lines
179 B
C
Raw Normal View History

#ifndef OEUF_H
#define OEUF_H
void InitialiserOeufs(int oeufx[], int oeufy[], int segment);
void Oeuf(int pos_x[], int pos_y[], int oeufx[], int oeufy[], int *segment);
#endif