From 5e78a4172da975ac227779456e670492217de206 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 19 Feb 2022 18:23:06 +0100 Subject: Now SAN moves can be parsed --- src/ChessArbiter.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ChessArbiter.hpp') diff --git a/src/ChessArbiter.hpp b/src/ChessArbiter.hpp index 6d31073..e012b4a 100644 --- a/src/ChessArbiter.hpp +++ b/src/ChessArbiter.hpp @@ -65,5 +65,6 @@ public: bool IsDrawByNoMoves(); bool IsDrawByRepetitions(); bool IsDraw(); + std::string ParseSAN(std::string SANMove); }; } // namespace chessarbiter -- cgit v1.2.3