aboutsummaryrefslogtreecommitdiff
path: root/src/uci.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-11 13:53:26 +0200
committerAdam <adammegarules1@gmail.com>2026-08-11 13:53:26 +0200
commit4dc1623d5e313a9e03fc8e3fc96bb495325a3283 (patch)
tree8653eb1040ef405ad7d73fca4bab496d801c4337 /src/uci.hpp
parent8afc1355db1e78d1f4c4d13071d23f43efe1f20d (diff)
improving code
Diffstat (limited to 'src/uci.hpp')
-rw-r--r--src/uci.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uci.hpp b/src/uci.hpp
index 8160442..19fd021 100644
--- a/src/uci.hpp
+++ b/src/uci.hpp
@@ -6,7 +6,6 @@
#include <unordered_map>
Move UciToMove(const std::string &uci);
-void LogUci(const std::string &message);
void Uci();
Game initBoard(
const std::string &startingFEN,