summaryrefslogtreecommitdiff
path: root/src/ChessArbiter.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-19 18:23:06 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-19 18:23:06 +0100
commit5e78a4172da975ac227779456e670492217de206 (patch)
tree8f71add7ce8323b83b2810e6484a89c462835a00 /src/ChessArbiter.hpp
parentf60b684790ae7a726763e4c6f9122371c71d17e9 (diff)
Now SAN moves can be parsed
Diffstat (limited to 'src/ChessArbiter.hpp')
-rw-r--r--src/ChessArbiter.hpp1
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