DoukutsuNikki/src/Random.h
2022-11-03 02:29:20 -04:00

4 lines
71 B
C

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