diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-23 09:32:50 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-23 09:32:50 +0200 |
| commit | 393e544bbc3a14e38179bc7a73ca79690c154b28 (patch) | |
| tree | c449df4446345061b873f250d7405486a99ab86a /src/hash.hpp | |
| parent | 101f58159685d72756bc08e26e64d56e607809b3 (diff) | |
refactor(move): making makemove function be nicer
Diffstat (limited to 'src/hash.hpp')
| -rw-r--r-- | src/hash.hpp | 2 |
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); |
