BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
31:7313366789f2
Parent:
29:95469b25e187
--- a/include/cJeu.h	Thu Apr 21 12:33:58 2016 +0000
+++ b/include/cJeu.h	Thu Apr 21 13:25:08 2016 +0000
@@ -47,7 +47,7 @@
     unsigned int get_score();
     // METHODES
     void initialiser();
-    void nouvellePiece();
+    void nouvellePiece(int x, int y);
     unsigned int ligneComplete();
     void nouvelleManche();
     int partieEnCours();