Improve SAN of Pawn moves and allow Betza e.p. definition
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index 5579cbd..db6df14 100644 (file)
--- 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,