summaryrefslogtreecommitdiff
path: root/move.h
diff options
context:
space:
mode:
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;