Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
Loading...
Searching...
No Matches
hash_keys.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../defs.h
"
4
#include "
setup.h
"
5
18
extern
U64
generatePositionKeys
(
const
S_BOARD
* pos);
19
defs.h
U64
unsigned long long U64
Definition
defs.h:26
generatePositionKeys
U64 generatePositionKeys(const S_BOARD *pos)
Generates a Zobrist hash key for the given board position.
Definition
hash_keys.cpp:5
setup.h
S_BOARD
Definition
defs.h:100
util
hash_keys.h
Generated by
1.14.0