Add string option /pieceNickNames
[xboard.git] / moves.h
diff --git a/moves.h b/moves.h
index 82c7482..3ee1a8c 100644 (file)
--- a/moves.h
+++ b/moves.h
@@ -60,6 +60,7 @@ extern int PieceToNumber P((ChessSquare p));
 extern void CopyBoard P((Board to, Board from));
 extern int CompareBoards P((Board board1, Board board2));
 extern char pieceToChar[(int)EmptySquare+1];
+extern char pieceNickName[(int)EmptySquare];
 
 typedef void (*MoveCallback) P((Board board, int flags, ChessMove kind,
                                int rf, int ff, int rt, int ft,