bitboard8_sprint -> bitboard_rank_sprint (temp, need BB+rank as input)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "piece.h"
|
||||
#include "move.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct _pos_s {
|
||||
u64 node_count; /* evaluated nodes */
|
||||
int turn; /* WHITE or BLACK */
|
||||
u16 clock_50;
|
||||
|
Reference in New Issue
Block a user