fenGame fn connected to zig

This commit is contained in:
k
2025-07-01 15:59:39 -04:00
parent 986e8c8334
commit 5a7b5f1642
3 changed files with 94 additions and 29 deletions

View File

@@ -1,4 +1,10 @@
#ifndef MAIN_H
#define MAIN_H
#include "types.h"
int cmain();
game *fenGame(char *str);
void playMoves(game *g, char *moves);
void uciGo(game *g);
#endif