]> git.sesse.net Git - stockfish/blobdiff - src/material.h
Move RootColor from Eval to Search
[stockfish] / src / material.h
index 75074f91bbe411199acd48a20e0e7b9c3d1bd8f6..ba6ad1ea301c386ca30f3d445a0b4a52cdc8539d 100644 (file)
 
 const int MaterialTableSize = 8192;
 
-/// Game phase
-enum Phase {
-  PHASE_ENDGAME = 0,
-  PHASE_MIDGAME = 128
-};
-
-
 /// MaterialEntry is a class which contains various information about a
 /// material configuration. It contains a material balance evaluation,
 /// a function pointer to a special endgame evaluation function (which in