summaryrefslogtreecommitdiff
path: root/src/ChessArbiter.hpp
diff options
context:
space:
mode:
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