Le programme permet maintenant d'affichier un ecran qui fait la taille d'une grille 4*4

This commit is contained in:
2025-11-30 16:16:27 +01:00
parent 78c24a6541
commit 7e105c12d6
7 changed files with 74 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef PARTIE_H
#define PARTIE_H
#include "config.h"
void initialiser_plateau(int grille[NB_LIGNES][NB_COLS]);
#endif