6 lines
67 B
C
6 lines
67 B
C
#ifndef JEU_H
|
|
#define JEU_H
|
|
|
|
int jeu(int positions[20][4]);
|
|
|
|
#endif |