ajout du meilleure score

This commit is contained in:
2023-12-22 17:23:26 +01:00
parent 887caed239
commit b57b441d63
4 changed files with 31 additions and 12 deletions

6
gui.h
View File

@@ -1,9 +1,9 @@
#ifndef GUI_H
#define GUI_H
void Menu();
void PerduGUI();
void Pause();
void Menu(unsigned long *bestscore);
void PerduGUI(unsigned long *bestscore)
;void Pause(unsigned long *bestscore);
void Reinitialiser();
int AfficherGUI(unsigned char menu);