X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.h;h=cf56a58aa4a3cb042af7b9d3f54a2b0730e19d3c;hp=2531182af244a95fe55cba173cbb5762b6568b63;hb=37398d945624773287bfa5e56fff9f6adadaec83;hpb=d3c4618b3ac0e444ce3b9dd894b87f86a50863c5 diff --git a/src/evaluate.h b/src/evaluate.h index 2531182a..cf56a58a 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -25,6 +25,8 @@ //// Includes //// +#include + #include "material.h" #include "pawns.h" @@ -46,7 +48,7 @@ class Position; struct EvalInfo { // Middle game and endgame evaluations - Value mgValue, egValue; + Score value; // Pointers to material and pawn hash table entries MaterialInfo* mi; @@ -89,7 +91,7 @@ struct EvalInfo { Move mateThreat[2]; // Middle game and endgame mobility scores. - Value mgMobility, egMobility; + Score mobility; // Extra futility margin. This is added to the standard futility margin // in the quiescence search.