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/zobrist/zobrist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zobrist/zobrist.hpp') diff --git a/src/zobrist/zobrist.hpp b/src/zobrist/zobrist.hpp index 8de9d42..9433421 100644 --- a/src/zobrist/zobrist.hpp +++ b/src/zobrist/zobrist.hpp @@ -1,5 +1,5 @@ #pragma once -#include "board.hpp" +#include "../board/board.hpp" #include extern uint64_t PieceKeys[2][7][64]; -- cgit v1.2.3