X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.h;h=ceb93efad91b057a4e2ab60d483a4cd3a6e3a4a2;hp=89b5ca4dab85fcd9b1024495b873e0973d1a8dc3;hb=c2511243b40964e5ed5f35447baf5663a72da72a;hpb=a98dee783582c84ca2647ca28daad0c9a13d1d35 diff --git a/src/endgame.h b/src/endgame.h index 89b5ca4d..ceb93efa 100644 --- a/src/endgame.h +++ b/src/endgame.h @@ -17,21 +17,11 @@ along with this program. If not, see . */ - #if !defined(ENDGAME_H_INCLUDED) #define ENDGAME_H_INCLUDED -//// -//// Includes -//// - #include "position.h" -#include "value.h" - - -//// -//// Types -//// +#include "types.h" enum EndgameType { @@ -94,12 +84,4 @@ struct ScalingFunction : public EndgameScalingFunctionBase { ScaleFactor apply(const Position&) const; }; - -//// -//// Prototypes -//// - -extern void init_bitbases(); - - #endif // !defined(ENDGAME_H_INCLUDED)