diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-22 17:45:49 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-22 17:45:49 +0530 |
| commit | 2da12c5862b8250d7c0e609609cb58f97012d619 (patch) | |
| tree | e496d77537a58377315f0e26d849955fc2157253 /src/search.c | |
| parent | 22c0d29724c2b054d8b9f9ed2373103d412f02b3 (diff) | |
a simpler build setup
Diffstat (limited to 'src/search.c')
| -rw-r--r-- | src/search.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/search.c b/src/search.c new file mode 100644 index 0000000..9c7b6ff --- /dev/null +++ b/src/search.c @@ -0,0 +1,4 @@ +#include "search/moves.c" +#include "search/king_moves.c" +#include "search/knight_moves.c" +#include "search/pawn_moves.c" |
