]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Add Stockfish namespace.
[stockfish] / src / misc.h
index 7eb75bc70ec6eac101c52c5f6a52f04cb5211ad8..f834e470cbf8799b49915196e8c805a3dd24139d 100644 (file)
@@ -28,6 +28,8 @@
 
 #include "types.h"
 
+namespace Stockfish {
+
 std::string engine_info(bool to_uci = false);
 std::string compiler_info();
 void prefetch(void* addr);
@@ -143,4 +145,6 @@ namespace CommandLine {
   extern std::string workingDirectory; // path of the working directory
 }
 
+} // namespace Stockfish
+
 #endif // #ifndef MISC_H_INCLUDED