Quick pice counting

This commit is contained in:
k
2025-06-19 15:46:48 -04:00
parent 9534803a60
commit c25de2cb55
3 changed files with 90 additions and 2 deletions

4
headers/eval.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef EVAL_H
#define EVAL_H
move *findBest(move* move, size_t size, game* g);
#endif