eval_t: s16 + add in pos_t + remove useless opening pieces values

This commit is contained in:
2024-06-30 09:59:18 +02:00
parent e18a237347
commit 4d1870ffb3
5 changed files with 37 additions and 59 deletions

View File

@@ -91,11 +91,9 @@ typedef struct __movelist_s movelist_t;
/* basic types
*/
typedef u64 bitboard_t;
/* eval type
*/
//typedef s32 eval_t;
typedef u64 bitboard_t;
typedef s16 eval_t;
/* forward enum definition is impossible in C11.
* To simplify cross-dependancies, all important enum are moved here.