ajout de l'écran de fin du jeu

This commit is contained in:
2023-12-24 20:21:24 +01:00
parent 1e79f977be
commit 0873aebe7d
13 changed files with 231 additions and 173 deletions

12
snake/affichage_timer.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef AFFICHAGE_TIMER_H
#define AFFICHAGE_TIMER_H
#include <graph.h>
void affichage_timer( unsigned char minutes, unsigned char secondes) ;
#endif /* AFFICHAGE_TIMER_H */