shithub: riscv

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