diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-16 17:18:54 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-16 17:18:54 +0100 |
| commit | 3846e5f9f6337774ac808963d4f53a043993c59b (patch) | |
| tree | e42ec30c5ce2deab9cb26e76d8fb2db59f4dc054 /src/game_tab/HalfMove.hpp | |
| parent | 3b11b9d4f3eee5faa656d7ee61077e80726bdc36 (diff) | |
Update metadata and debug opening guesser
Diffstat (limited to 'src/game_tab/HalfMove.hpp')
| -rw-r--r-- | src/game_tab/HalfMove.hpp | 1 |
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); |
