Files
SAE11_2024/coordoner.h

10 lines
109 B
C
Raw Normal View History

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