fenGame fn connected to zig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user