]> git.sesse.net Git - stockfish/blobdiff - src/book.h
Add "Best Book Move" UCI option
[stockfish] / src / book.h
index 9e775ede31743429a8f7a4ba3f337cb7a240b9f4..32b6e607ebba5bf1eaf510ce66ac3456ec4c869c 100644 (file)
@@ -61,7 +61,7 @@ public:
   void open(const std::string& fName);
   void close();
   const std::string file_name();
-  Move get_move(const Position& pos);
+  Move get_move(const Position& pos, bool findBestMove);
 
 private:
   Book& operator>>(uint64_t& n) { n = read_integer(8); return *this; }