mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Simplify printing of engine info
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
#include "lock.h"
|
||||
#include "types.h"
|
||||
|
||||
extern const std::string engine_name();
|
||||
extern const std::string engine_authors();
|
||||
extern const std::string engine_info(bool to_uci = false);
|
||||
extern int system_time();
|
||||
extern int cpu_count();
|
||||
extern void timed_wait(WaitCondition*, Lock*, int);
|
||||
|
||||
Reference in New Issue
Block a user