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