diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-23 18:55:48 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 9eb1a379853b088df0ab3a4beae4e79eaead4823 (patch) | |
| tree | 0e2855fa9b088c1ae4c3b28c05827d7d19a457c4 /include/negamax.h | |
| parent | 18496a371a2204e8c1b448921a87108f4aa7ada3 (diff) | |
Fixed some important bugs
Diffstat (limited to 'include/negamax.h')
| -rw-r--r-- | include/negamax.h | 2 |
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 |
