We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112efae commit 5a64699Copy full SHA for 5a64699
movepick.h
@@ -2,6 +2,6 @@
2
#include <fwd_decl.h>
3
namespace engine::movepick {
4
void orderMoves(chess::Board &, chess::Movelist &, chess::Move, int);
5
- extern Value historyHeuristic[64][64]{};
6
- extern Move killerMoves[256][2];
+ extern int historyHeuristic[64][64];
+ extern chess::Move killerMoves[256][2];
7
}
0 commit comments