From bb914f047b0d96464f3e55234907df4e7c416e97 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 12:03:24 +0100 Subject: - Enable NAG parsing - Add the LargeFileStream interface to handle large file - Debug parsing --- src/HalfMove.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/HalfMove.hpp') diff --git a/src/HalfMove.hpp b/src/HalfMove.hpp index e049571..8edea93 100644 --- a/src/HalfMove.hpp +++ b/src/HalfMove.hpp @@ -21,6 +21,7 @@ public: std::string move; /// @brief Comment associated to the move std::string comment; + std::string NAG; /// @brief Next HalfMove link to this line HalfMove *MainLine; /// @brief Next HalfMove links to variation of this line -- cgit v1.2.3