diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 17:52:26 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-19 17:52:26 +0530 |
| commit | a0970bddbd9f6b97b6a12ba7f73fd1810a2e1e1b (patch) | |
| tree | 9aa71decf96b43242e98c1b864ba9c6d9b5017f3 /include/engine/transposition_table.h | |
| parent | c9d9bddf3df97ef7987c9824747ec1602522b542 (diff) | |
ttable lookup & probe
Diffstat (limited to 'include/engine/transposition_table.h')
| -rw-r--r-- | include/engine/transposition_table.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/engine/transposition_table.h b/include/engine/transposition_table.h deleted file mode 100644 index f06ddbe..0000000 --- a/include/engine/transposition_table.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef TRANSPOSITION_TABLE_H -#define TRANSPOSITION_TABLE_H - -#include "bitboard.h" - -static struct zobrist_keys { - u64 piece[PIECE_TYPE_COUNT][64]; - u64 castle[CASTLE_COUNT]; - u64 turn[TURN_COUNT]; - u64 en_passant[64]; -} zobrist_keys; - -void transposition_table_init(); -u64 zobrist_hash(position_t position); - -#endif // TRANSPOSITION_TABLE_H |
