aboutsummaryrefslogtreecommitdiff
path: root/include/negamax.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-26 17:42:53 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitde4f20f28afe23ecfc546ad242e5bb44710996cc (patch)
tree32cd0cf0757327cee4ee4d4631920284d54816f3 /include/negamax.h
parentd45db690ce92cb2c847175cfd9ac497f3dd40cea (diff)
Storing best moves!
Diffstat (limited to 'include/negamax.h')
-rw-r--r--include/negamax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/negamax.h b/include/negamax.h
index c902d3c..43995d1 100644
--- a/include/negamax.h
+++ b/include/negamax.h
@@ -2,7 +2,7 @@
#include <math.h>
#include <tak.h>
-#include <action_list.h>
+#include <actions.h>
#include <xorshift64.h>
#include <cnn1986.h>
#include <tt_treap.h>