X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=moves.h;h=8324ef6a10673b7f2da7dcfd612a5d41da44e915;hb=7e4f4f5718bf4efee8be4abfc981d18cfd6f8438;hp=764aef75e14fd2bead81e31339e0d45c7665f4e8;hpb=056614196635a4730170261fe0e638191f14c620;p=xboard.git diff --git a/moves.h b/moves.h index 764aef7..8324ef6 100644 --- a/moves.h +++ b/moves.h @@ -53,6 +53,7 @@ extern ChessSquare CharToPiece P((int c)); extern void CopyBoard P((Board to, Board from)); extern int CompareBoards P((Board board1, Board board2)); +extern char pieceToChar[(int)EmptySquare+1]; typedef void (*MoveCallback) P((Board board, int flags, ChessMove kind, int rf, int ff, int rt, int ft,