summaryrefslogtreecommitdiff
path: root/move.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-08-21 12:01:39 -0400
committerpommicket <pommicket@gmail.com>2025-08-21 12:01:39 -0400
commitab035c5da2d0dee7a2bdbb121045b9b1e97ffa13 (patch)
tree9a6d3da364ae30e2678a66e2e9a1dfab31b30a48 /move.h
parent36dd3c3fbaa4273df4b8428eb9054263ff2feb56 (diff)
Show PEG outcomes on hover
Diffstat (limited to 'move.h')
-rw-r--r--move.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/move.h b/move.h
index 1734197..506fe5d 100644
--- a/move.h
+++ b/move.h
@@ -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;