Skip to content

Commit 5a64699

Browse files
authored
Update movepick.h
1 parent 112efae commit 5a64699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

movepick.h

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

0 commit comments

Comments
 (0)