aboutsummaryrefslogtreecommitdiff
path: root/src/HalfMove.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 12:03:24 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 12:03:24 +0100
commitbb914f047b0d96464f3e55234907df4e7c416e97 (patch)
tree82963c3a4c9ea272163365ddf3144bd46fe78e82 /src/HalfMove.hpp
parent8a770f9133957ad4356810efa4ede6e20dd01d26 (diff)
- Enable NAG parsing
- Add the LargeFileStream interface to handle large file - Debug parsing
Diffstat (limited to 'src/HalfMove.hpp')
-rw-r--r--src/HalfMove.hpp1
1 files changed, 1 insertions, 0 deletions
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