summaryrefslogtreecommitdiff
path: root/src/search.c
blob: 9c7b6ff6614780bbd6cb0ba155191bebfd57b243 (plain)
1
2
3
4
#include "search/moves.c"
#include "search/king_moves.c"
#include "search/knight_moves.c"
#include "search/pawn_moves.c"