diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-19 18:23:06 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-19 18:23:06 +0100 |
| commit | 5e78a4172da975ac227779456e670492217de206 (patch) | |
| tree | 8f71add7ce8323b83b2810e6484a89c462835a00 /src/ChessArbiter.hpp | |
| parent | f60b684790ae7a726763e4c6f9122371c71d17e9 (diff) | |
Now SAN moves can be parsed
Diffstat (limited to 'src/ChessArbiter.hpp')
| -rw-r--r-- | src/ChessArbiter.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
