Skip to content

Commit

Permalink
Update bitboard.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkosm314 authored May 6, 2020
1 parent 5b41403 commit 87c08f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class BitboardBishops : public Bitboard {
protected:
enum bishopDirection {northWest, southWest, northEast, southEast}; //??
static U64 bishopRays[4][64]; //rays[direction][index] - possible moves when chessboard is empty
void static initializeBishopRays();
};

class BitboardQueens : public BitboardRooks, public BitboardBishops {
Expand Down

0 comments on commit 87c08f3

Please sign in to comment.