aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/HalfMove.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-16 17:18:54 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-16 17:18:54 +0100
commit3846e5f9f6337774ac808963d4f53a043993c59b (patch)
treee42ec30c5ce2deab9cb26e76d8fb2db59f4dc054 /src/game_tab/HalfMove.hpp
parent3b11b9d4f3eee5faa656d7ee61077e80726bdc36 (diff)
Update metadata and debug opening guesser
Diffstat (limited to 'src/game_tab/HalfMove.hpp')
-rw-r--r--src/game_tab/HalfMove.hpp1
1 files changed, 1 insertions, 0 deletions
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<HalfMove *> GetVariations();
/// @brief Retrieve the list of moves from the current one to the first one
std::vector<HalfMove *> GetLine();
+ std::string GetLineAsSAN();
std::map<char, std::uint8_t> GetLineCaptures();
/// @brief The opening name of current line
void SetOpening(const std::string &name, const std::string &eco);