#ifndef COORDONER_H #define COORDONER_H int coordonerX(int SourisX); int coordonerY(int SourisY); #endif