Quick pice counting
This commit is contained in:
parent
9534803a60
commit
c25de2cb55
3 changed files with 90 additions and 2 deletions
4
headers/eval.h
Normal file
4
headers/eval.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef EVAL_H
|
||||
#define EVAL_H
|
||||
move *findBest(move* move, size_t size, game* g);
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue