1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-10 01:04:27 +02:00
Files
GPXSee/src/misc.h
2016-11-02 17:35:26 +01:00

7 lines
86 B
C

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