blob: cfcd8c0343b7792e021b40b33bb4bc2e4c66b88c (
plain)
1
2
3
4
5
6
7
|
#ifdef _NO_PROTO
extern mouseCoord getPotValue();
extern mouseCoord getLinearPotValue();
#else
extern mouseCoord getPotValue(short , short , short , short );
extern mouseCoord getLinearPotValue(short , short , short , short );
#endif
|