BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
30:c647da947bd9
Parent:
29:95469b25e187
Child:
31:7313366789f2
--- a/include/cCarre.h	Wed Apr 20 15:09:43 2016 +0000
+++ b/include/cCarre.h	Thu Apr 21 12:33:58 2016 +0000
@@ -12,7 +12,7 @@
 public:
 	// CONSTRUCTEURS
 	cCarre();
-	cCarre(unsigned int x, unsigned int y);
+	cCarre( int x,  int y);
 	// METHODES
 	virtual void rotationHoraire();