ref: ed3ae3faa3cbb9171890d6c963a8d86cdeffd96b
dir: /sys/src/games/mines/fns.h/
void LeftClick(Point); void RightClick(Point); void DrawButton(int); void InitMineField(void); void GhostInit(void); void GhostMode(void); void GhostReset(int); int GhostCheck(Point);