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
18extern U64 generatePositionKeys(const S_BOARD* pos);
19
unsigned long long U64
Definition defs.h:26
U64 generatePositionKeys(const S_BOARD *pos)
Generates a Zobrist hash key for the given board position.
Definition hash_keys.cpp:5