diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-25 14:53:34 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-25 14:53:34 +0100 |
| commit | 2e30eaccb106d806ccb64514bf6317af78c56c10 (patch) | |
| tree | 59df88dc4efb2271911d06d66161c010240589e6 /src/PGN.hpp | |
| parent | d4df0dac1d8d05bc260c666ede6f732d5d23a803 (diff) | |
Improve parser
Diffstat (limited to 'src/PGN.hpp')
| -rw-r--r-- | src/PGN.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
