10 lines
245 B
C
10 lines
245 B
C
|
#ifndef JEU_H
|
||
|
#define JEU_H
|
||
|
|
||
|
void nouvellePartie(file* file1);
|
||
|
void afficheCombinaison(file* file1, file* file2,bouton* bouton);
|
||
|
int verificateur(file* file1, file* file2, int choix);
|
||
|
int partie(file* file1, file* file2,bouton* bouton);
|
||
|
|
||
|
#endif
|