king move
This commit is contained in:
parent
76c69dbf18
commit
9f06b9d86c
3 changed files with 39 additions and 1 deletions
|
|
@ -5,4 +5,5 @@ int pawnMove(game *g, move *moves);
|
|||
int knightMove(game *g, move* moves);
|
||||
int rookMove(game *g, move *moves);
|
||||
int bishopMove(game *g, move *moves);
|
||||
int kingMove(game *g, move *moves);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue