aboutsummaryrefslogtreecommitdiff
path: root/src/hash.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-23 09:32:50 +0200
committerAdam <adammegarules1@gmail.com>2026-08-23 09:32:50 +0200
commit393e544bbc3a14e38179bc7a73ca79690c154b28 (patch)
treec449df4446345061b873f250d7405486a99ab86a /src/hash.hpp
parent101f58159685d72756bc08e26e64d56e607809b3 (diff)
refactor(move): making makemove function be nicer
Diffstat (limited to 'src/hash.hpp')
-rw-r--r--src/hash.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.hpp b/src/hash.hpp
index 6253363..f56b4d2 100644
--- a/src/hash.hpp
+++ b/src/hash.hpp
@@ -7,7 +7,7 @@
void InitHashing();
uint64_t GenerateHashFromScratch(Game *b);
void xorCastleKey(bool color, bool IS_KING_SIDE, Game *g);
-void xorSidekey(Game *g);
+void toogleSideKey(Game *g);
void xorEnpassantKey(Game *g);
void xorSquare(uint8_t square, Game *g);