X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fvalue.h;h=788fb3a88445e578039fd811486ab11a499525c1;hp=4c082260eecdd68e5acfa5315dc95a510d3171d4;hb=bc0c1c8d7b1ef10bb917f3da8b5ba272ee6401fc;hpb=605b3aedd5b2cc530db417fc8bb57cc45200cca1 diff --git a/src/value.h b/src/value.h index 4c082260..788fb3a8 100644 --- a/src/value.h +++ b/src/value.h @@ -190,16 +190,4 @@ inline Value piece_value_endgame(Piece p) { return PieceValueEndgame[p]; } - -//// -//// Prototypes -//// - -extern Value value_to_tt(Value v, int ply); -extern Value value_from_tt(Value v, int ply); -extern int value_to_centipawns(Value v); -extern Value value_from_centipawns(int cp); -extern const std::string value_to_string(Value v); - - #endif // !defined(VALUE_H_INCLUDED)