10 lines
109 B
C
10 lines
109 B
C
|
|
#ifndef COORDONER_H
|
||
|
|
#define COORDONER_H
|
||
|
|
|
||
|
|
|
||
|
|
int coordonerX(int SourisX);
|
||
|
|
|
||
|
|
int coordonerY(int SourisY);
|
||
|
|
|
||
|
|
#endif
|