]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Introduce namespace UCI
[stockfish] / src / uci.cpp
index 9eab330c07f611de57d20d5e14ddba2edc0a0c2b..7e2f7ddf9e97df0ba9080ffee4893464793a908f 100644 (file)
@@ -54,7 +54,7 @@ namespace {
 /// that we exit gracefully if the GUI dies unexpectedly. In addition to the UCI
 /// commands, the function also supports a few debug commands.
 
-void uci_loop(const string& args) {
+void UCI::loop(const string& args) {
 
   Position pos(StartFEN, false, Threads.main_thread()); // The root position
   string cmd, token;