From 53e58af35c46140a05b3ce4dcec9e425ca359529 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 20:16:13 +0200 Subject: new folder structer --- src/bot.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.hpp') 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 Move EngineGetBestMove(Game *b, int depth); float EvaluateBoardForWhite(Game *b, int depth); -- cgit v1.2.3