Download this file
1 2 3 4 5 6 7 8 9
#ifndef ZOBRIST_H #define ZOBRIST_H #include "position.h" #include "types.h" Key book_key(const Position& pos) ; #endif