Modification de bugs + changement de pomme

This commit is contained in:
stiti
2023-12-07 18:15:48 +01:00
parent 4e1a6be5b3
commit 50e625e1b1
5 changed files with 100 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
#ifndef MENU_H
#define MENU_H
void afficherBouton(double x1, double y1, double x2, double y2, const char *texte, couleur arriere_plan, couleur bordure, couleur couleur_texte, int taille_texte);
void afficherMenuPrincipal(void);
void afficherMenuModesDeJeu(void);
void afficherMenuGameOver(void);