BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
38:418278e5eb6b
Parent:
36:f58a566595ad
diff -r a08a58f5e9aa -r 418278e5eb6b include/cMatrice.h
--- a/include/cMatrice.h	Sun Apr 24 20:15:03 2016 +0000
+++ b/include/cMatrice.h	Sun Apr 24 21:35:57 2016 +0000
@@ -2,7 +2,6 @@
 #define CMATRICE_H
 
 #include "cForme.h"
-#include <vector>
 #include "mbed.h"
 
 // Définition de la classe cMatrice
@@ -14,7 +13,6 @@
 	unsigned char ** _matrice;
 	unsigned char _col;
 	unsigned char _lig;
-	////////////////////////////////////////////
 	unsigned char matriceMessage[8][67];
 	unsigned char decalage;
 
@@ -41,7 +39,6 @@
 	void afficherForme(cForme * f, unsigned char c);
 	void clear();
 	unsigned char verificationMvt(unsigned char c);
-	/////////////////////////////////////////////////////////
 	void messageAccueil();
 	void decalerMatrice();
 };