queen Movement working
This commit is contained in:
parent
9f06b9d86c
commit
5dd8f04286
3 changed files with 13 additions and 4 deletions
|
|
@ -6,4 +6,5 @@ int knightMove(game *g, move* moves);
|
|||
int rookMove(game *g, move *moves);
|
||||
int bishopMove(game *g, move *moves);
|
||||
int kingMove(game *g, move *moves);
|
||||
int queenMove(game *g, move *moves);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue