diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-11 10:30:29 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-11 10:30:29 +0200 |
| commit | b806cc058bd001dbfbc28412d29eae7f4d8005df (patch) | |
| tree | e8c8db23a9cf4dc59c66944c7ea8312b020b271d /src/misc.hpp | |
| parent | 54b882a31b1b6fb6ca49fd3b6877bac29207ff52 (diff) | |
polishing
Diffstat (limited to 'src/misc.hpp')
| -rw-r--r-- | src/misc.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
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 <cstdint> -#include <string> +#include <string_view> -std::string engine_info(); -std::string engine_version(); +std::string_view engine_info(); uint64_t MoveGenTest(int depth, Game *g); |
