X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=db6df140eb1d23b573c182f2ed7fb759f8b1ff80;hb=b52aafe5fc484a170251d4bb5bad039ffbbda4df;hp=5579cbd4ce1248f777ee70678e0e3948d6433914;hpb=c980334f5f262361b64aad63665eebe40b31ca5d;p=xboard.git diff --git a/moves.h b/moves.h index 5579cbd..db6df14 100644 --- a/moves.h +++ b/moves.h @@ -62,6 +62,7 @@ extern int CompareBoards P((Board board1, Board board2)); extern char pieceToChar[(int)EmptySquare+1]; extern char pieceNickName[(int)EmptySquare]; extern char *pieceDesc[(int)EmptySquare]; +extern Board initialPosition; typedef void (*MoveCallback) P((Board board, int flags, ChessMove kind, int rf, int ff, int rt, int ft,