From b806cc058bd001dbfbc28412d29eae7f4d8005df Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 11 Aug 2026 10:30:29 +0200 Subject: polishing --- src/misc.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/misc.hpp') diff --git a/src/misc.hpp b/src/misc.hpp index c84edef..6d269b0 100644 --- a/src/misc.hpp +++ b/src/misc.hpp @@ -3,10 +3,9 @@ #include "board/board.hpp" #include -#include +#include -std::string engine_info(); -std::string engine_version(); +std::string_view engine_info(); uint64_t MoveGenTest(int depth, Game *g); -- cgit v1.2.3