shithub: riscv

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