From 3846e5f9f6337774ac808963d4f53a043993c59b Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 16 Jan 2023 17:18:54 +0100 Subject: Update metadata and debug opening guesser --- src/game_tab/HalfMove.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_tab/HalfMove.hpp') diff --git a/src/game_tab/HalfMove.hpp b/src/game_tab/HalfMove.hpp index bc56557..297ca50 100644 --- a/src/game_tab/HalfMove.hpp +++ b/src/game_tab/HalfMove.hpp @@ -53,6 +53,7 @@ public: std::vector GetVariations(); /// @brief Retrieve the list of moves from the current one to the first one std::vector GetLine(); + std::string GetLineAsSAN(); std::map GetLineCaptures(); /// @brief The opening name of current line void SetOpening(const std::string &name, const std::string &eco); -- cgit v1.2.3