Le programme permet maintenant d'affichier un ecran qui fait la taille d'une grille 4*4
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#ifndef AFFICHAGE_H
|
||||
#define AFFICHAGE_H
|
||||
#include "config.h"
|
||||
|
||||
void init_affichage(void);
|
||||
void fermer_affichage(void);
|
||||
void afficher_plateau(int grille[NB_LIGNES][NB_COLS]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user