From a14da2fe3864712dab4e7c4cfb5c323026d668de Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 10 Jul 2026 16:01:57 +0530 Subject: moving header files to include directory & moving resources in it's own directory i know currently there is race condition, but the code is getting too messy, i will continue to this after i make a vis tool to analyse how i should split up files & stuff the code rn needs intense restructing for it to make any more progress --- src/engine/moves/pawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/moves/pawn.c') diff --git a/src/engine/moves/pawn.c b/src/engine/moves/pawn.c index 0b8993f..d9757f4 100644 --- a/src/engine/moves/pawn.c +++ b/src/engine/moves/pawn.c @@ -1,4 +1,4 @@ -#include "../moves.h" +#include "moves.h" #define add_promote_moves(other_flags) \ add_move(moves, from, to, .flags = other_flags | MOVE_PROMOTE_Q); \ -- cgit v1.2.3