shithub: riscv

ref: 7d3cc1c55a435bd9e3d37d9bf8a9299ea9e1f87e
dir: /sys/src/games/mines/fns.h/

View raw version
void LeftClick(Point);
void RightClick(Point);
void DrawButton(int);
void InitMineField(void);
void GhostInit(void);
void GhostMode(void);
void GhostReset(int);
int GhostCheck(Point);