DoukutsuNikki/src/Random.h

5 lines
71 B
C

#pragma once
int msvc_rand(void);
void msvc_srand(unsigned int seed);