]> git.sesse.net Git - stockfish/commitdiff
Move struct RootMove to Search namespace
authorMarco Costalba <mcostalba@gmail.com>
Sat, 14 Jan 2012 12:49:25 +0000 (13:49 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 14 Jan 2012 13:22:34 +0000 (14:22 +0100)
And directly pass RootMoves instead of SearchMoves
to main thread. A class declaration is better suited
in a header and slims a bit the fatty search.cpp

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found