Skip to content

Commit

Permalink
I'm being clumsy
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluemer committed Apr 18, 2017
1 parent 7f33fb6 commit 828fe60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/BitBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class BitBoard
int h10() const;
int const getIndex(uint32_t piece);

void addBlackJumps(std::vector<Move> &moves);
std::vector<Move> generateImmediateJumps(uint32_t piece);
void addJumps(std::vector<Move> &moves);
std::vector<int> generateImmediateJumps(uint32_t piece);
void addNewMove(uint32_t start, uint32_t end, std::vector<Move> &moves);

public:
Expand Down

0 comments on commit 828fe60

Please sign in to comment.