aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/negamax.h')
-rw-r--r--include/negamax.h2
1 files changed, 1 insertions, 1 deletions
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