shithub: riscv

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