Update to Stockfish 14

This commit is contained in:
Peter Osterlund
2021-07-02 20:50:36 +02:00
parent fe7a8fac11
commit 4f7930acf0
61 changed files with 2020 additions and 1568 deletions

View File

@@ -23,6 +23,8 @@
#include "types.h"
namespace Stockfish {
class Position;
enum GenType {
@@ -70,4 +72,6 @@ private:
ExtMove moveList[MAX_MOVES], *last;
};
} // namespace Stockfish
#endif // #ifndef MOVEGEN_H_INCLUDED