playMoves now in zig
This commit is contained in:
parent
ca1e62397c
commit
eccd8efdba
2 changed files with 13 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef EVAL_H
|
||||
#define EVAL_H
|
||||
move *findBest(move* move, size_t size, game* g);
|
||||
move *findBest(move* move, long long size, game* g);
|
||||
void makeMove(game *g, move* m);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue