16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 17:29:18 +02:00

Post-merge clean

This commit is contained in:
firleju
2017-07-21 06:15:51 +02:00
parent 3cf4347e72
commit 67cc663099
3 changed files with 476 additions and 472 deletions

View File

@@ -36,7 +36,7 @@ inline long Round(double const f)
//return lround(f);
}
double Random(double a, double b);
extern double Random(double a, double b);
inline double Random()
{