12 lines
108 B
C
12 lines
108 B
C
#ifndef MENU_H
|
|
#define MENU_H
|
|
|
|
|
|
void Menu(int *retour);
|
|
|
|
void Grille(int taille);
|
|
|
|
int boutonJCJ();
|
|
|
|
#endif
|