diff options
Diffstat (limited to 'src/bot.hpp')
| -rw-r--r-- | src/bot.hpp | 2 |
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); |
