From d528a20684570fb70f0e6b13a78bc6504a1edd89 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 20:11:40 +0200 Subject: adding testing new folder structer --- 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 8de9d42..0000000 --- a/src/zobrist.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include "board.hpp" -#include - -extern uint64_t PieceKeys[2][7][64]; -extern uint64_t SideKey; -extern uint64_t CastleKeys[16]; -extern uint64_t EnPassantKeys[8]; - -void InitZobrist(); -uint64_t GenerateZobristKey(Game *b); -- cgit v1.2.3