From 9eb1a379853b088df0ab3a4beae4e79eaead4823 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 23 Jan 2021 18:55:48 -0500 Subject: Fixed some important bugs --- include/negamax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/negamax.h') diff --git a/include/negamax.h b/include/negamax.h index fbdf8da..d00780d 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -9,7 +9,7 @@ extern char negamax_ptn[9]; extern uint8_t negamax_search_depth; extern inline void negamax_display_progress(const uint8_t); -void negamax_init_size(void); +void negamax_init(const uint8_t new_board_size); uint64_t negamax_compute_zobrist(void); // Do negamax to depth negamax_search_depth and return PTN of best move -- cgit v1.3.1