[go: up one dir, main page]

Menu

[r225]: / tags / 0.3.0 / zobrist.h  Maximize  Restore  History

Download this file

10 lines (6 with data), 132 Bytes

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