]> git.sesse.net Git - stockfish/blobdiff - src/endgame.h
Update copyright notes in rkiss.h
[stockfish] / src / endgame.h
index b8fb7e82dbd82c60e7025544609544840fb50d7b..ceb93efad91b057a4e2ab60d483a4cd3a6e3a4a2 100644 (file)
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-
 #if !defined(ENDGAME_H_INCLUDED)
 #define ENDGAME_H_INCLUDED
 
-////
-//// Includes
-////
-
 #include "position.h"
-#include "scale.h"
-#include "value.h"
-
-
-////
-//// Types
-////
+#include "types.h"
 
 enum EndgameType {
 
@@ -95,12 +84,4 @@ struct ScalingFunction : public EndgameScalingFunctionBase {
   ScaleFactor apply(const Position&) const;
 };
 
-
-////
-//// Prototypes
-////
-
-extern void init_bitbases();
-
-
 #endif // !defined(ENDGAME_H_INCLUDED)