BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
36:f58a566595ad
Parent:
34:3f8df7ccfcbc
Child:
38:418278e5eb6b
--- a/include/cJeu.h	Fri Apr 22 13:49:03 2016 +0000
+++ b/include/cJeu.h	Sun Apr 24 15:47:15 2016 +0000
@@ -52,8 +52,10 @@
     void nouvellePiece();
     unsigned char ligneComplete();
     void nouvelleManche();
-    int partieEnCours();
+    bool partieEnCours();
     void fin();
+    ///////////////////////
+    void afficherScore();
 };
 
 #endif //JEU_H
\ No newline at end of file