From fa53cfa52d92d9306cd6f8bd227147ab0d4c2611 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 20 Aug 2026 10:41:26 +0200 Subject: refactor(hash): refactoring hash logic to be better --- src/zobrist.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/zobrist.hpp (limited to 'src/zobrist.hpp') diff --git a/src/zobrist.hpp b/src/zobrist.hpp deleted file mode 100644 index b72b0f2..0000000 --- a/src/zobrist.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include - -struct Game; - -void InitZobrist(); -uint64_t GenerateZobristKey(Game *b); -void xorCastleKey(bool color, bool IS_KING_SIDE, Game *g); -void xorSidekey(Game *g); -void xorEnpassantKey(Game *g); -void xorSquare(uint8_t square, Game *g); \ No newline at end of file -- cgit v1.2.3