add movegen draft, add king square in pos_t, BRQKN move gen (untested)
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
#ifndef _HYPERBOLA_QUINTESSENCE_H
|
||||
#define _HYPERBOLA_QUINTESSENCE_H
|
||||
|
||||
#include "board.h"
|
||||
#include "bitboard.h"
|
||||
|
||||
void hyperbola_init(void);
|
||||
extern bitboard_t hyperbola_bishop_moves(bitboard_t occ, square_t sq);
|
||||
extern bitboard_t hyperbola_rook_moves(bitboard_t occ, square_t sq);
|
||||
extern bitboard_t hyperbola_queen_moves(bitboard_t occ, square_t sq);
|
||||
|
||||
#endif /* _HYPERBOLA_QUINTESSENCE_H */
|
||||
|
Reference in New Issue
Block a user