summaryrefslogtreecommitdiff
path: root/include/engine/magic.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-07-18 18:45:15 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-07-18 18:45:15 +0530
commitc9d9bddf3df97ef7987c9824747ec1602522b542 (patch)
tree449acf383fb10ccf2210d9af96515275b52cf1a9 /include/engine/magic.h
parent9395e857db95481f6e2494d3a841632be0ff97c8 (diff)
zobrist hashing
Diffstat (limited to 'include/engine/magic.h')
-rw-r--r--include/engine/magic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine/magic.h b/include/engine/magic.h
index 7f584a9..1c9f303 100644
--- a/include/engine/magic.h
+++ b/include/engine/magic.h
@@ -3,6 +3,7 @@
#include "ints.h"
#include "bitboard.h"
+#include "random.h"
typedef struct {
bitboard_t mask;