choix map fonctionne, a faire : score , affichage lose et win, custom.

Petit fix pour la lose 1 touché
This commit is contained in:
2024-12-28 23:44:18 +01:00
parent 528926a0ce
commit 551144b30d
3 changed files with 57 additions and 18 deletions

View File

@@ -51,5 +51,6 @@ vect plusVect (vect one, vect two);
int inGameLoop (char **tab2d, vect *dim_tab, vect *playerPos, vect *targets,
int nbr_targets, dis *display_user, score *score_user, bool menu);
char *timeToText(time_t time);
void nullScore(score *player_score);
#endif // FONCTION_H