ajout de l'écran de fin du jeu
This commit is contained in:
11
snake/ecran_fin.h
Normal file
11
snake/ecran_fin.h
Normal 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 */
|
Reference in New Issue
Block a user