#ifndef MAIN_H #define MAIN_H #include "types.h" int cmain(); game *fenGame(char *str); game *playMoves(game *g, char *moves); char* uciGo(game *g); #endif