Rook movement
This commit is contained in:
parent
bfe9335515
commit
49befc72b6
3 changed files with 71 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue