11 lines
186 B
C
11 lines
186 B
C
|
#ifndef MENU_H
|
||
|
#define MENU_H
|
||
|
|
||
|
void reglage();
|
||
|
int accueil(int* number, int* versus);
|
||
|
void quitter();
|
||
|
int dimensions();
|
||
|
int gameplay();
|
||
|
void backaccueil(int sortir);
|
||
|
|
||
|
#endif /* MENU_H */
|