misc improvements

This commit is contained in:
k
2025-06-19 19:40:11 -04:00
parent eaaa0ca24d
commit e1fe8ee603
4 changed files with 13 additions and 29 deletions

View File

@@ -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