Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed APDS_9960 mbed-rtos
Diff: include/cJeu.h
- Revision:
- 15:3782eb2bc312
- Parent:
- 14:6b6aa696680f
- Child:
- 16:5c3d61584f51
--- a/include/cJeu.h Mon Apr 11 11:36:14 2016 +0000 +++ b/include/cJeu.h Mon Apr 11 13:29:31 2016 +0000 @@ -28,9 +28,9 @@ // METHODES void initialiser(); void nouvellePiece(); - void ligneComplete(); + int ligneComplete(); void nouvelleManche(); - + int partieEnCours(); };