BUT2/DEV/DEV1.1_suite/TP_FILES/jeu.h~

10 lines
215 B
C
Raw Permalink Normal View History

2023-10-23 13:23:36 +02:00
#ifndef JEU_H
#define JEU_H
void nouvellePartie(file* file1);
void afficheCombinaison(file* file1, file* file2);
int verificateur(file* file1, file* file2, int choix);
int partie(file* file1, file* file2);
#endif