mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Store moves sent with "position" UCI command
Store all the game moves until current position. This will be used by next patch. No functional change.
This commit is contained in:
@@ -44,6 +44,7 @@ namespace Search {
|
||||
Color RootColor;
|
||||
Time::point SearchTime;
|
||||
StateStackPtr SetupStates;
|
||||
MovesVectPtr SetupMoves;
|
||||
}
|
||||
|
||||
using std::string;
|
||||
|
||||
Reference in New Issue
Block a user