bitboard8_sprint -> bitboard_rank_sprint (temp, need BB+rank as input)

This commit is contained in:
2024-02-22 09:29:10 +01:00
parent d00eab54e7
commit fa5c9bb8ab
5 changed files with 13 additions and 11 deletions

View File

@@ -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;