diff options
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 |
