mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Use standard naming conventions in book.cpp
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ private:
|
||||
template<typename T> Book& operator>>(T& n);
|
||||
|
||||
BookEntry read_entry(int idx);
|
||||
int find_entry(uint64_t key);
|
||||
int first_entry(uint64_t key);
|
||||
|
||||
std::ifstream bookFile;
|
||||
std::string bookName;
|
||||
|
||||
Reference in New Issue
Block a user