aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-26 23:54:46 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit8f15c1131342376ab3de2c6ce50d1ca5f20ec32a (patch)
tree7f6a165878ab3a43bb0f5203d20db5e0979a1933 /include/negamax.h
parent6b48baaf6b67cc7364d5945eb6d9b25ea9683bd9 (diff)
I don't have the presence of mind to debug this right now
Diffstat (limited to 'include/negamax.h')
-rw-r--r--include/negamax.h2
1 files changed, 2 insertions, 0 deletions
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 <xorshift64.h>
#include <cnn1986.h>
#include <tt_treap.h>
+#include <zobrist.h>
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;