DD2-monitor/core/utils.h
2019-01-17 14:00:17 +01:00

9 lines
99 B
C

/*
* core/utils.h
*/
int seed_my_rand(int foo);
int random1000(int type);
double dtime(void);