diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-27 18:02:44 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-05-27 18:02:44 +0530 |
| commit | 2c2a70b69869f149c0407a62f1bf4c39899027a7 (patch) | |
| tree | 9c3d194c32e82039fe6e0da9fbaf2e86aeef0a59 /src/engine/moves.c | |
| parent | 58b2c8b6e2041e63c46b579eccc141d21801e985 (diff) | |
restructing
Diffstat (limited to 'src/engine/moves.c')
| -rw-r--r-- | src/engine/moves.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/engine/moves.c b/src/engine/moves.c new file mode 100644 index 0000000..662aa54 --- /dev/null +++ b/src/engine/moves.c @@ -0,0 +1,7 @@ +#include "moves/vec.c" +#include "moves/king.c" +#include "moves/knight.c" +#include "moves/pawn.c" +#include "moves/rook.c" +#include "moves/bishop.c" +#include "moves/queen.c" |
