相关代码 |
|
// 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
相关资源 |
|