24 int FenFromBoard(std::string &szFen, CPiece::ENUM_QiZi board[][10],
25 char side =
'r',
int nStep = 1);
26 int FenToBoard(
const std::string &szFen, CPiece::ENUM_QiZi board[][10],
27 char &side,
int &nStep);
28 int FenFromStartGame(std::string &szFen,
29 std::vector<CChessGame::strStartGame> startGame,