misc improvements
This commit is contained in:
parent
eaaa0ca24d
commit
e1fe8ee603
4 changed files with 13 additions and 29 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef EVAL_H
|
||||
#define EVAL_H
|
||||
move *findBest(move* move, size_t size, game* g);
|
||||
void makeMove(game *g, move* m);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue