We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ef091 commit 55eafd9Copy full SHA for 55eafd9
eval.h
@@ -33,5 +33,6 @@ namespace engine{
33
constexpr Value MATE_DISTANCE(int i) { return VALUE_MATE - (i<0?-i:i); }
34
namespace eval {
35
Value eval(const chess::Board &board);
36
+ Value piece_value(PieceType pt);
37
}
-}
38
+}
0 commit comments