📄 wuzi.h
字号:
#include"ourmouse.h"
#ifndef __WUZI_H
#define __WUZI_H
typedef struct MARK
{
int five,livefour,crackfour,hopfour,hopthree,livethree;
int crackthree,livetwo,cracktwo,one;
long mark;
int i,j;
} MARK;
void paint_qipan();
int iffive(int i,int j, int who);
int paint_qizi(int x,int y,int who);
void paint_button(struct BUTTON Button);
void setup_screen();
void ButtonDown(struct BUTTON button);
MARK evaluate(int i,int j,int who);
int ai(int depth,int who);
void StartBtn_clicked();
void RegretBtn_clicked(void);
void anytoprocess(int x,int y,int f);
void wuzi();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -