ref: 86c3c3f7dbdc6d791ae53a9786057a655a4e8b62 dir: /src/Game.h/
#pragma once #include "WindowsWrapper.h" 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();