wuzi.h
来自「一个在tc3.0下面写的棋类游戏 很经典 值得好好研究」· C头文件 代码 · 共 25 行
H
25 行
#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 + =
减小字号Ctrl + -
显示快捷键?