X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.h;h=ceb93efad91b057a4e2ab60d483a4cd3a6e3a4a2;hp=b8fb7e82dbd82c60e7025544609544840fb50d7b;hb=c2511243b40964e5ed5f35447baf5663a72da72a;hpb=83631c89cec7f1afd8b97a3e676cd0c12a4e8633 diff --git a/src/endgame.h b/src/endgame.h index b8fb7e82..ceb93efa 100644 --- a/src/endgame.h +++ b/src/endgame.h @@ -17,22 +17,11 @@ along with this program. If not, see . */ - #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)