diff options
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 |
