#ifndef MENU_H #define MENU_H void Menu(int *retour); void Grille(int taille); int boutonJCJ(); #endif