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