shithub: riscv

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