Dependencies:   Rectangle

Objet.h

Committer:
projetremote
Date:
2011-05-03
Revision:
0:a8b629c2c441

File content as of revision 0:a8b629c2c441:

/*#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);
    
    
    };
*/