From 2e30eaccb106d806ccb64514bf6317af78c56c10 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 25 Jan 2022 14:53:34 +0100 Subject: Improve parser --- src/PGN.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/PGN.hpp') diff --git a/src/PGN.hpp b/src/PGN.hpp index 6da955b..0f59bd0 100644 --- a/src/PGN.hpp +++ b/src/PGN.hpp @@ -47,6 +47,7 @@ private: int NextNonBlank(int); /// @brief Parse a HalfMove at a specific location into @a pgn_content int ParseHalfMove(int, HalfMove *); + int ParseComment(int,HalfMove *); }; struct UnexpectedEOF : public std::exception { -- cgit v1.2.3