6 lines
51 B
C
6 lines
51 B
C
|
#ifndef JEU_H
|
||
|
#define JEU_H
|
||
|
|
||
|
int jeu(void);
|
||
|
|
||
|
#endif
|