📄 productmove.h
字号:
// ProductMove.h: interface for the ProductMove class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_PRODUCTMOVE_H__D479119F_3604_4E3A_80E7_EC665ADE4040__INCLUDED_)
#define AFX_PRODUCTMOVE_H__D479119F_3604_4E3A_80E7_EC665ADE4040__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class ProductMove
{
public:
CDialog* pWnd;
BOOL CanMove(CPoint&,CPoint&,BYTE p[][9]);
void Extend(CPoint,CPoint point[],int&n,BYTE p[][9]);
ProductMove(CDialog * p);
void Product(CHESSMOVE move[],MOVE mm[],int & n,BYTE p[][9],int nFlag,int depthend);
virtual ~ProductMove();
};
#endif // !defined(AFX_PRODUCTMOVE_H__D479119F_3604_4E3A_80E7_EC665ADE4040__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -