cave-story-solaris/src/Random.h
Clownacy 98f78716f7 Update portable branch with licence boilerplates
Also added Cameron Cawley to the licence
2020-10-23 19:18:13 +01:00

7 lines
139 B
C

// Released under the MIT licence.
// See LICENCE.txt for details.
#pragma once
int msvc_rand(void);
void msvc_srand(unsigned int seed);