10 lines
123 B
C
10 lines
123 B
C
|
|
#ifndef PARTIE_H
|
||
|
|
#define PARTIE_H
|
||
|
|
|
||
|
|
#include "config.h"
|
||
|
|
|
||
|
|
void initialiser_plateau(int grille[NB_LIGNES][NB_COLS]);
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|