Dependencies:   Rectangle

Revision:
0:a8b629c2c441
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Objet.h	Tue May 03 13:32:13 2011 +0000
@@ -0,0 +1,15 @@
+/*#include "mbed.h"
+
+class Objet{
+private : 
+    int Origin[1];
+    int End[1];
+
+public :
+    Objet(int x,int y, int width, int height);
+    
+    bool is_touch(int x_touch, int y_touch);
+    
+    
+    };
+*/
\ No newline at end of file