BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
11:c37922a0a915
Parent:
10:9ef3f520ff6c
Child:
14:6b6aa696680f
--- a/include/cMatrice.h	Thu Apr 07 15:24:07 2016 +0000
+++ b/include/cMatrice.h	Sun Apr 10 17:46:03 2016 +0000
@@ -36,13 +36,15 @@
 	unsigned char getValTab(unsigned char, unsigned char);
 	unsigned char getCol();
 	unsigned char getLig();
+	cForme* get_pForme();
 // SETTER
 	void setCol(unsigned char);
 	void setLig(unsigned char);
 // METHODES
-	int updateMatrice();
+	void updateMatrice();
 	void afficherForme(cForme * f, unsigned char c);
 	void clear();
+	unsigned char verificationMvt(unsigned char c);
 };