position.h

来自「超强国际象棋引擎」· C头文件 代码 · 共 22 行

H
22
字号
// position.h

#ifndef PST_H

#define PST_H

// macros

#define PST(piece_12,square_64,stage) (pst[piece_12][square_64][stage])

// variables

extern sint16 pst[12][64][2];

// functions

extern void pst_init();

#endif // !defined PST_H

// end of position.h

⌨️ 快捷键说明

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