]> git.sesse.net Git - stockfish/blobdiff - src/endgame.h
Add Stockfish namespace.
[stockfish] / src / endgame.h
index 860cc8634b4b39f4f20bf4392b19941ead0ced56..146111b95791511a361a9af8ff96e24aca81fe46 100644 (file)
@@ -28,6 +28,7 @@
 #include "position.h"
 #include "types.h"
 
+namespace Stockfish {
 
 /// EndgameCode lists all supported endgame functions by corresponding codes
 
@@ -120,4 +121,6 @@ namespace Endgames {
   }
 }
 
+} // namespace Stockfish
+
 #endif // #ifndef ENDGAME_H_INCLUDED