working video backround + logging library
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#define RAND_H
|
||||
|
||||
void set_seed(unsigned long long seed);
|
||||
unsigned char rand_uchar(unsigned int max);
|
||||
unsigned short rand_ushort(unsigned int max);
|
||||
unsigned int rand_uint(unsigned int max);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user