1
0

Intégration du compteur de coups dans fin

This commit is contained in:
2022-12-08 09:22:06 +01:00
parent 0fabe562ba
commit 83adc1cadf
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#ifndef FIN_H
#define FIN_H
int fin(unsigned long int timer);
int fin(unsigned long int timer, int coups);
#endif