From ab035c5da2d0dee7a2bdbb121045b9b1e97ffa13 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 21 Aug 2025 12:01:39 -0400 Subject: Show PEG outcomes on hover --- move.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move.h') 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; -- cgit v1.2.3