Rook movement

This commit is contained in:
k
2025-06-19 03:49:48 -04:00
parent bfe9335515
commit 49befc72b6
3 changed files with 71 additions and 2 deletions

View File

@@ -3,4 +3,5 @@
#include "types.h"
int pawnMove(game *g, move *moves);
int knightMove(game *g, move* moves);
int rookMove(game *g, move *moves);
#endif