dummy eval func (pieces + square control), bit ops, shorter int types

This commit is contained in:
2021-11-09 20:57:18 +01:00
parent e55c2e9cbe
commit 5623dc78a5
11 changed files with 386 additions and 29 deletions

View File

@@ -22,8 +22,8 @@
typedef struct pos_s {
piece_t turn; /* we use only color bit */
castle_t castle;
short clock_50;
short curmove;
uint16_t clock_50;
uint16_t curmove;
eval_t eval;
board_t *board;