ref: d79c50f8d8df2fc72a6e267e6e180dc2e40b2c8f dir: /src/Game.h/
#pragma once extern int g_GameFlags; extern int gCounter; int Random(int min, int max); void PutNumber4(int x, int y, int value, bool bZero); bool Game();