C go added and uci ret type
All checks were successful
Verify build / verify_build (push) Successful in 1m3s

This commit is contained in:
k
2025-07-12 15:08:12 -04:00
parent f9cdd9a259
commit da8eb581e3
3 changed files with 65 additions and 21 deletions

View File

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