X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=74b6385a45217d18c833b658a013b5f58c29a904;hp=b2c66299690c5e0647b5e5b5e97df690edb8c1d3;hb=3abff79df3c50435556d53c1b39ec3e5935b642e;hpb=ee0afea1e57e4c39140c838b9f9f2d5c7c061e6b diff --git a/src/misc.cpp b/src/misc.cpp index b2c66299..74b6385a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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.