aboutsummaryrefslogtreecommitdiff
path: root/include/zobrist.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zobrist.h')
-rw-r--r--include/zobrist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/zobrist.h b/include/zobrist.h
index be93910..6a1de4f 100644
--- a/include/zobrist.h
+++ b/include/zobrist.h
@@ -15,12 +15,12 @@
along with ct. If not, see <https://www.gnu.org/licenses/>.
*/
-#include <xorshift64.h>
-#include <tak.h>
#include <actions.h>
+#include <tak.h>
+#include <xorshift64.h>
void zobrist_free(void);
-int zobrist_init(void);
+int zobrist_init(const uint8_t board_size);
-uint64_t zobrist_compute(void);
+uint64_t zobrist_compute(tak_state_p state);