aboutsummaryrefslogtreecommitdiff
path: root/src/CGEditor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CGEditor.hpp')
-rw-r--r--src/CGEditor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CGEditor.hpp b/src/CGEditor.hpp
index e8b5286..72c2785 100644
--- a/src/CGEditor.hpp
+++ b/src/CGEditor.hpp
@@ -40,5 +40,7 @@ public:
std::string GetNAGSymbol(const std::uint8_t) const;
/// @brief Convert NAG symbol to id using the NagTable
std::uint8_t GetNAGId(const std::string&) const;
+ /// @brief Try to scroll to focus on a given move
+ void FocusOnMove(CMI::HalfMove*);
};
} // namespace cgeditor \ No newline at end of file