]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Small cleanup in execute_uci_command()
[stockfish] / src / misc.cpp
index b2c66299690c5e0647b5e5b5e97df690edb8c1d3..74b6385a45217d18c833b658a013b5f58c29a904 100644 (file)
@@ -154,6 +154,8 @@ const string engine_name() {
   return s.str();
 }
 
+const string engine_author() { return "Tord Romstad, Marco Costalba and Joona Kiiski"; }
+
 
 /// get_system_time() returns the current system time, measured in
 /// milliseconds.