]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Let CI check C++ includes
[stockfish] / src / evaluate.h
index 7f4feedf0c6be62ecad204587d6b49f56e41f35e..fd1b0de1f6ea10074d55535c056ec5a0b039fd35 100644 (file)
@@ -26,7 +26,6 @@
 namespace Stockfish {
 
 class Position;
-enum Value : int;
 
 namespace Eval {
 
@@ -40,7 +39,7 @@ namespace Eval {
   // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
   // for the build process (profile-build and fishtest) to work. Do not change the
   // name of the macro, as it is used in the Makefile.
-  #define EvalFileDefaultName   "nn-c38c3d8d3920.nnue"
+  #define EvalFileDefaultName   "nn-1ee1aba5ed4c.nnue"
 
   namespace NNUE {