summaryrefslogtreecommitdiff
path: root/src/engine/moves.c
blob: 662aa5430b10659ca6b0bb6a80e36a1e7354c111 (plain)
1
2
3
4
5
6
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"