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