1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/GUI/nicenum.h

7 lines
86 B
C

#ifndef MISC_H
#define MISC_H
double niceNum(double x, int round);
#endif // MISC_H