diff options
author | pommicket <pommicket@gmail.com> | 2025-08-21 12:01:39 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-08-21 12:01:39 -0400 |
commit | ab035c5da2d0dee7a2bdbb121045b9b1e97ffa13 (patch) | |
tree | 9a6d3da364ae30e2678a66e2e9a1dfab31b30a48 /move.h | |
parent | 36dd3c3fbaa4273df4b8428eb9054263ff2feb56 (diff) |
Show PEG outcomes on hover
Diffstat (limited to 'move.h')
-rw-r--r-- | move.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ public: int startrow = 0; int startcol = 0; + // Human-readable outcomes for pre-endgame solving + std::string outcomes; + // returns whether this is not a Nonmove bool isAMove() const; |