From 8f15c1131342376ab3de2c6ce50d1ca5f20ec32a Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 26 Jan 2021 23:54:46 -0500 Subject: I don't have the presence of mind to debug this right now --- include/negamax.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/negamax.h') diff --git a/include/negamax.h b/include/negamax.h index 43995d1..bba5af9 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -6,6 +6,7 @@ #include #include #include +#include extern const float infty; extern char negamax_ptn[9]; @@ -25,3 +26,4 @@ negamax_free(void); // negamax_display_progress function is called on every new square at // the top level. float negamax_generate(void); +extern uint8_t yes; -- cgit v1.2.3