8 lines
179 B
C
8 lines
179 B
C
|
#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
|