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:
Marco Costalba
2013-03-02 13:03:56 +01:00
parent 0e1ad3ad33
commit 0d68b523a3
6 changed files with 16 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ namespace Search {
Color RootColor;
Time::point SearchTime;
StateStackPtr SetupStates;
MovesVectPtr SetupMoves;
}
using std::string;