?? mantischessstd.h
字號:
/***************************************************************
MantisChessStd.h : MantisChess 標準函數頭文件
版權所有(C) 陳成濤
這一程序是自由軟件,你可以遵照自由軟件基金會出版的GNU通用公共
許可證條款來修改和重新發布這一程序。或者用許可證的第二版,或者
(根據你的選擇)用任何更新的版本。
發布這一程序的目的是希望它有用,但沒有任何擔保。甚至沒有適合特
定目的的隱含的擔保。更詳細的情況請參閱GNU通用公共許可證。
你應該已經和程序一起收到一份GNU通用公共許可證的副本。
如果還沒有,寫信給:
The Free Software Foundation,Inc,,675 Mass Ave, Cambridge,
MAO2139,USA
如果你在使用本軟件時有什么問題或建議,用以下地址可以與我取得聯
系:
http://thecct.51.net
或發Email到:
stove@eyou.com
thecct@163.com
------------------------------------------------------------------
MantisChessStd.h : MantisChess standard functions headfile
Copyright (C) Chen Chengtao, China
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
If you have any question about this software please visit my hompage:
http://thecct.51.net
or E_mail to:
stove@eyou.com
thecct@163.com
******************************************************************/
#include "StdAfx.h"
BOOL CanGo(POINT manpoint[6],int manmap[6][13],int man,const POINT &from,const POINT &to,int side);
BOOL IsNormal(const int & mantype,const POINT &point);
void FixManMap(int map[6][13],POINT manpoint[32],int side);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -