src/chess/pgn.h

changeset 60
0c50aac49e55
parent 59
3fa1de896666
     1.1 --- a/src/chess/pgn.h	Tue Aug 28 14:16:30 2018 +0200
     1.2 +++ b/src/chess/pgn.h	Tue Aug 28 14:37:09 2018 +0200
     1.3 @@ -42,6 +42,8 @@
     1.4  size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo);
     1.5  void compute_fen(char *str, GameState *gamestate);
     1.6  
     1.7 +const char* pgn_error_str(int code);
     1.8 +
     1.9  #ifdef	__cplusplus
    1.10  }
    1.11  #endif

mercurial