X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;h=32b6e607ebba5bf1eaf510ce66ac3456ec4c869c;hp=9e775ede31743429a8f7a4ba3f337cb7a240b9f4;hb=94bb1964f6b5b4b9abca0bde03367d071922f449;hpb=13431922a3c732f9cf1e28364d91c1b0c2a45e7f;ds=sidebyside diff --git a/src/book.h b/src/book.h index 9e775ede..32b6e607 100644 --- a/src/book.h +++ b/src/book.h @@ -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; }