diff options
author | pommicket <pommicket@gmail.com> | 2025-08-21 14:14:52 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-21 14:14:52 -0400 |
commit | fe37762ef767818eb7edfb8de4e64bc638b3db5b (patch) | |
tree | bc1f1344d9d714567155b09a0f19d06197e0fb52 /move.h | |
parent | 2a724471eb4c588b9f28dc807cb9eae7a1cfaf2f (diff) |
Show endgame sequence in move comment
Diffstat (limited to 'move.h')
-rw-r--r-- | move.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ public: int startrow = 0; int startcol = 0; - // Human-readable outcomes for pre-endgame solving - std::string outcomes; + // Human-readable extra information about move (e.g. used for pre-endgame outcomes) + std::string comment; // returns whether this is not a Nonmove bool isAMove() const; |