add forgotten changes in bitboard-switch branch (git is so... difficult)
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
#include "move.h"
|
||||
|
||||
bool pseudo_is_legal(const pos_t *pos, const move_t move);
|
||||
move_t pos_next_legal(const pos_t *pos, int *start);
|
||||
movelist_t *pos_all_legal(const pos_t *pos, movelist_t *dest);
|
||||
int pos_gen_pseudomoves(pos_t *pos);
|
||||
move_t pos_next_legal(const pos_t *pos, movelist_t *movelist, int *start);
|
||||
movelist_t *pos_all_legal(const pos_t *pos, movelist_t *movelist, movelist_t *dest);
|
||||
int pos_gen_pseudomoves(pos_t *pos, movelist_t *movelist);
|
||||
|
||||
#endif /* MOVEGEN_H */
|
||||
|
Reference in New Issue
Block a user