diff options
Diffstat (limited to 'include/zobrist.h')
| -rw-r--r-- | include/zobrist.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/zobrist.h b/include/zobrist.h new file mode 100644 index 0000000..cfc2941 --- /dev/null +++ b/include/zobrist.h @@ -0,0 +1,12 @@ +#include <xorshift64.h> +#include <tak.h> +#include <actions.h> + +void +zobrist_free(void); + +int +zobrist_init(void); + +uint64_t +zobrist_compute(void); |
