playMoves called corectly

This commit is contained in:
k
2025-07-18 14:45:47 -04:00
parent da8eb581e3
commit 93e7ff61e0
3 changed files with 32 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
int cmain();
game *fenGame(char *str);
void playMoves(game *g, char *moves);
game *playMoves(game *g, char *moves);
char* uciGo(game *g);
#endif