diff options
Diffstat (limited to 'include/negamax.h')
| -rw-r--r-- | include/negamax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/negamax.h b/include/negamax.h index 77461b8..b3dec75 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -33,6 +33,7 @@ extern char negamax_ptn[9]; extern uint8_t negamax_search_depth; extern void negamax_display_progress(const uint8_t cur_depth, + const uint8_t init_depth, const uint32_t length); // =================================================================== |
