mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Implement MaxGain table
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
c43c5fe9e0
commit
cfe59de27d
@@ -32,6 +32,7 @@
|
||||
#include "book.h"
|
||||
#include "evaluate.h"
|
||||
#include "history.h"
|
||||
#include "maxgain.h"
|
||||
#include "misc.h"
|
||||
#include "movegen.h"
|
||||
#include "movepick.h"
|
||||
@@ -263,6 +264,8 @@ namespace {
|
||||
// History table
|
||||
History H;
|
||||
|
||||
// MaxGain table
|
||||
MaxGain MG;
|
||||
|
||||
/// Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user