delay add for update and time add in game

This commit is contained in:
2024-12-15 22:29:29 +01:00
parent 6a1331623e
commit 9c9ece6a79
4 changed files with 65 additions and 37 deletions

View File

@@ -48,5 +48,6 @@ bool blockBox (unsigned short int **tab2d, vect box_coor);
vect plusVect (vect one, vect two);
void inGameLoop (unsigned short int **tab2d, int N, vect *playerPos,
vect *targets, int nbr_targets, dis *display_user);
char *timeToText(time_t time);
#endif // FONCTION_H