shithub: riscv

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