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

11
snake/ecran_fin.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef ECRAN_FIN_H
#define ECRAN_FIN_H
#include <graph.h>
void ecran_fin( short int* compteur, unsigned char minutes, unsigned char secondes);
#endif /* ECRAN_FIN_H */