diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-31 20:27:02 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-31 20:27:02 +0200 |
| commit | 1b006985ba2381a29dd9aa34aec1dafbae224897 (patch) | |
| tree | e437b4a1ec54cf043f7272a3fc5d3060f5706a37 /src/uci.hpp | |
| parent | ee7815bad917cf880c147186a01679fb7ce46a8e (diff) | |
using cpp check on this project
Diffstat (limited to 'src/uci.hpp')
| -rw-r--r-- | src/uci.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uci.hpp b/src/uci.hpp index 4564895..372f007 100644 --- a/src/uci.hpp +++ b/src/uci.hpp @@ -5,7 +5,7 @@ #include <string> #include <unordered_map> -Move UciToMove(std::string uci); +Move UciToMove(const std::string uci); void LogUci(const std::string &message); void Uci(); Game initBoard( |
