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