mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Simplify Book APIs
Retire open(), close() and name() from public visibility and greately simplify the code. It is amazing how much can be squeezed out of an already mature code ! No functional change Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ using namespace std;
|
||||
/// date (in the format YYMMDD) is used as a version number.
|
||||
|
||||
static const string Version = "";
|
||||
static const string Tag = "";
|
||||
static const string Tag = "";
|
||||
|
||||
|
||||
/// engine_info() returns the full name of the current Stockfish version.
|
||||
|
||||
Reference in New Issue
Block a user