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/moves.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/moves.hpp') diff --git a/src/moves.hpp b/src/moves.hpp index 3b84afe..32143f7 100644 --- a/src/moves.hpp +++ b/src/moves.hpp @@ -1,7 +1,7 @@ #ifndef SRC_MOVES_H_ #define SRC_MOVES_H_ -#include "board.hpp" +#include "board/board.hpp" #include std::vector GetLegalMoves(Game *g); -- cgit v1.2.3