9 lines
56 B
C
9 lines
56 B
C
|
|
#ifndef JEU_H
|
||
|
|
#define JEU_H
|
||
|
|
|
||
|
|
|
||
|
|
void GraphJeu();
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|