eval: add functions to get eval details

This commit is contained in:
2023-06-25 15:56:36 +02:00
parent 373a73cb52
commit 5bd8f9042a
2 changed files with 53 additions and 41 deletions

View File

@@ -16,6 +16,10 @@
#include "position.h"
eval_t eval_material(pos_t *pos, bool color);
eval_t eval_mobility(pos_t *pos, bool color);
eval_t eval_square_control(pos_t *pos, bool color);
eval_t eval(pos_t *pos);
#endif /* EVAL_H */