Implement Search
This commit is contained in:
6
Move.hpp
6
Move.hpp
@@ -23,9 +23,9 @@ public:
|
||||
std::optional<PieceType> promotion() const;
|
||||
|
||||
private:
|
||||
const Square mFrom;
|
||||
const Square mTo;
|
||||
const std::optional<PieceType> mPromotion;
|
||||
Square mFrom;
|
||||
Square mTo;
|
||||
std::optional<PieceType> mPromotion;
|
||||
};
|
||||
|
||||
std::ostream &operator<<(std::ostream &os, const Move &move);
|
||||
|
Reference in New Issue
Block a user