]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Rewrite the way application exits
[stockfish] / src / misc.h
index 0e656cb2b0d08c11f99f1f89f01c0ac8fe7ae52e..8c0a1f054859795d40ab34e3675c5a755f0e2410 100644 (file)
 #include <fstream>
 #include <string>
 
-
-////
-//// Constants
-////
-
-
-/// Version number.  If this is left empty, the current date (in the format
-/// YYMMDD) is used as a version number.
-
-const std::string EngineVersion = "";
-
+#include "application.h"
 
 ////
 //// Macros
@@ -58,6 +48,7 @@ extern int get_system_time();
 extern int cpu_count();
 extern int Bioskey();
 
+
 ////
 //// Debug
 ////