@@ -22,6 +22,10 @@ public:
Square to() const;
std::optional<PieceType> promotion() const;
private:
const Square mFrom;
const Square mTo;
const std::optional<PieceType> mPromotion;
};
std::ostream &operator<<(std::ostream &os, const Move &move);
The note is not visible to the blocked user.