ref: e0fdebf39443a01e4cd4378099cc59001719df18
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);