BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
12:7afdbc7465ac
Parent:
10:9ef3f520ff6c
Child:
13:336220ac9a8b
--- a/include/cJeu.h	Sun Apr 10 17:46:03 2016 +0000
+++ b/include/cJeu.h	Sun Apr 10 20:51:02 2016 +0000
@@ -18,14 +18,16 @@
     cJeu();
     // DESTRUCTEUR
     ~cJeu();
+    // SETTERS
+    void set_matrice(cMatrice &mat);
+    // GETTERS
+    cMatrice get_matrice();
     // METHODES
     void initialiser();
     cForme* nouvellePiece();
     void disparitionLigne();
-    // MUTATEUR
-    void set_matrice(cMatrice &mat);
-    // ACCESSEUR
-    cMatrice get_matrice();
+    unsigned char ligneComplete();
+    
 };
 
 #endif //JEU_H
\ No newline at end of file