9 lines
55 B
C
9 lines
55 B
C
#ifndef JEU_H
|
|
#define JEU_H
|
|
|
|
|
|
int GraphJeu();
|
|
|
|
|
|
#endif
|