#ifndef GAME_H #define GAME_H void game(int colonnes, int lignes); #endif