diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-29 20:16:13 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-29 20:16:13 +0200 |
| commit | 53e58af35c46140a05b3ce4dcec9e425ca359529 (patch) | |
| tree | d4531fddfbcfaa50d920a5598ade3ec535de8340 /src/moves.cpp | |
| parent | d528a20684570fb70f0e6b13a78bc6504a1edd89 (diff) | |
new folder structer
Diffstat (limited to 'src/moves.cpp')
| -rw-r--r-- | src/moves.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.cpp b/src/moves.cpp index 132e79f..c5c5b85 100644 --- a/src/moves.cpp +++ b/src/moves.cpp @@ -5,7 +5,7 @@ #include <sys/types.h> #include <vector> -#include "board.hpp" +#include "board/board.hpp" #include "moves.hpp" void GenerateKnightMoves(Game *b, int from, std::vector<Move> &moves) { |
