aboutsummaryrefslogtreecommitdiff
path: root/src/zobrist.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-20 10:41:26 +0200
committerAdam <adammegarules1@gmail.com>2026-08-20 10:41:26 +0200
commitfa53cfa52d92d9306cd6f8bd227147ab0d4c2611 (patch)
tree9e12a2ffeca15804acb1a2bf53f8b721d1b997c5 /src/zobrist.hpp
parentd10a05eb92423777c6ff32edd14a1bea32214801 (diff)
refactor(hash): refactoring hash logic to be better
Diffstat (limited to 'src/zobrist.hpp')
-rw-r--r--src/zobrist.hpp11
1 files changed, 0 insertions, 11 deletions
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 <cstdint>
-
-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