diff options
Diffstat (limited to 'include/negamax.h')
| -rw-r--r-- | include/negamax.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/negamax.h b/include/negamax.h index 47f4ede..e491baa 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -20,7 +20,7 @@ #include <tak.h> #include <actions.h> -#include <cnn1986.h> +#include <nn1986.h> #include <tt_llcht.h> #include <zobrist.h> @@ -33,8 +33,8 @@ 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); + const uint8_t init_depth, + const uint32_t length); // =================================================================== // Methods |
