shithub: cstory

ref: 2d9abcc50bd57a6c76d40d2ed6f1d71c8ccfc69c
dir: /src/Game.h/

View raw version
#pragma once
extern int g_GameFlags;
extern int gCounter;

int Random(int min, int max);

bool Game();