diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-10 18:43:02 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-10 18:43:02 +0200 |
| commit | bc5d459f25b0d9e5e36cbd42c16699fbece4c407 (patch) | |
| tree | ec091912f421504a65c9e03691695b2054de1ec1 /src/uci.hpp | |
| parent | 7d04b8b237e974797cbd45e5073d85a5e876e77c (diff) | |
aplying more fixes
Diffstat (limited to 'src/uci.hpp')
| -rw-r--r-- | src/uci.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uci.hpp b/src/uci.hpp index 372f007..8160442 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -5,11 +5,11 @@ #include <string> #include <unordered_map> -Move UciToMove(const std::string uci); +Move UciToMove(const std::string &uci); void LogUci(const std::string &message); void Uci(); Game initBoard( - std::string startingFEN, + const std::string &startingFEN, std::unordered_map<uint64_t, TranspositionsEntry> *transPositions); void SaveTranspositionTable( const std::unordered_map<uint64_t, TranspositionsEntry> &table); |
