aboutsummaryrefslogtreecommitdiff
path: root/src/bot.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-29 20:16:13 +0200
committerAdam <adammegarules1@gmail.com>2026-07-29 20:16:13 +0200
commit53e58af35c46140a05b3ce4dcec9e425ca359529 (patch)
treed4531fddfbcfaa50d920a5598ade3ec535de8340 /src/bot.hpp
parentd528a20684570fb70f0e6b13a78bc6504a1edd89 (diff)
new folder structer
Diffstat (limited to 'src/bot.hpp')
-rw-r--r--src/bot.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.hpp b/src/bot.hpp
index 0ca0d05..2a007db 100644
--- a/src/bot.hpp
+++ b/src/bot.hpp
@@ -1,7 +1,7 @@
#ifndef SRC_BOT_H_
#define SRC_BOT_H_
-#include "board.hpp"
+#include "board/board.hpp"
#include <vector>
Move EngineGetBestMove(Game *b, int depth);
float EvaluateBoardForWhite(Game *b, int depth);