]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Add Stockfish namespace.
[stockfish] / src / timeman.h
index 55a68de4771d976acdd13bca7f6503672bf93a14..b1878d65f25fca5e77fade3c3765966296ac4e81 100644 (file)
@@ -23,6 +23,8 @@
 #include "search.h"
 #include "thread.h"
 
+namespace Stockfish {
+
 /// The TimeManagement class computes the optimal time to think depending on
 /// the maximum available time, the game move number and other parameters.
 
@@ -44,4 +46,6 @@ private:
 
 extern TimeManagement Time;
 
+} // namespace Stockfish
+
 #endif // #ifndef TIMEMAN_H_INCLUDED