1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/misc.h

7 lines
86 B
C
Raw Normal View History

2016-07-25 19:32:36 +02:00
#ifndef MISC_H
#define MISC_H
double niceNum(double x, int round);
2016-07-25 19:32:36 +02:00
#endif // MISC_H