summaryrefslogtreecommitdiff
path: root/src/search.c
blob: 03b5eb52f85429a92a372ce006ad7a97aad738c9 (plain)
1
2
3
4
5
6
#include "search/moves.c"
#include "search/king_moves.c"
#include "search/knight_moves.c"
#include "search/pawn_moves.c"
#include "search/rook_moves.c"
#include "search/bishop_moves.c"