Files
SAE11_2025/partie.h
T

10 lines
123 B
C

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