lastmove.h

来自「EVC4.0开发的国际象棋的元代码」· C头文件 代码 · 共 17 行

H
17
字号
/****************************************************
Author: S. Senthil kumar
Class Name: About Dialog
Purpose:    Stores the last move

******************************************************/

class LastMove     
{
public:
	OneMove blackmove; //Stores the last black move
	OneMove whitemove; //Stores the last white move
	int cut_blackpiece;//Stores cut black piece, if any 
	int cut_whitepiece;//Stores cut white piece, if any
	LastMove();
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?