Skip to content

Commit 87018d5

Browse files
authored
Update movepick.h
1 parent 5f2e240 commit 87018d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

movepick.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#include <fwd_decl.h>
33
namespace engine::movepick {
44
void orderMoves(chess::Board &, chess::Movelist &, chess::Move, int);
5-
}
5+
extern Value historyHeuristic[64][64]{};
6+
extern Move killerMoves[256][2];
7+
}

0 commit comments

Comments
 (0)