#ifndef PARTIE_H #define PARTIE_H #include "config.h" void initialiser_plateau(int grille[NB_LIGNES][NB_COLS]); #endif