]> git.sesse.net Git - stockfish/blobdiff - src/move.h
Fix bug in evaluate_passed_pawns()
[stockfish] / src / move.h
index 928bb9e475903f923ba81cf560049f1028e6f7cf..299379e2003b57f8375435e90e7fbf7059148ff5 100644 (file)
 #include <string>
 
 #include "misc.h"
-#include "piece.h"
-#include "square.h"
-#include "value.h"
+#include "types.h"
 
 // Maximum number of allowed moves per position
-const int MOVES_MAX = 256;
+const int MAX_MOVES = 256;
 
 /// A move needs 16 bits to be stored
 ///