9 lines
50 B
C
9 lines
50 B
C
#ifndef JEU_H
|
|
#define JEU_H
|
|
|
|
|
|
int Jeu();
|
|
|
|
|
|
#endif
|