DD2-monitor/core/utils.h

9 lines
99 B
C
Raw Normal View History

2019-01-17 14:00:17 +01:00
/*
* core/utils.h
*/
int seed_my_rand(int foo);
int random1000(int type);
double dtime(void);