diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-05 17:15:19 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-05 17:15:19 +0100 |
| commit | ef75681956ae842cbf1b2b357374aa34e3361448 (patch) | |
| tree | bfffc2171fc242a35b105fafd2198bc7bdd1fc04 /src/PGN.hpp | |
| parent | bebbc7982482a2271096ef53c778cd93a4bbff7a (diff) | |
Add GotoNextGame() function to skip an entire game
Diffstat (limited to 'src/PGN.hpp')
| -rw-r--r-- | src/PGN.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PGN.hpp b/src/PGN.hpp index 15629af..d313f91 100644 --- a/src/PGN.hpp +++ b/src/PGN.hpp @@ -37,6 +37,8 @@ public: * last parsed game data. Be careful. */ void ParseNextGame(); + /// @brief Goto the next game while avoiding to parse entire game moves + void GotoNextGame(); /// @brief Check if PGN contains a specific tag bool HasTag(std::string); /// @brief Perform a Seven Tag Roster compliance check |
