src/chess/pgn.h

changeset 59
3fa1de896666
parent 55
54ea19938d57
child 60
0c50aac49e55
     1.1 --- a/src/chess/pgn.h	Tue Aug 28 14:03:09 2018 +0200
     1.2 +++ b/src/chess/pgn.h	Tue Aug 28 14:16:30 2018 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  #ifdef	__cplusplus
     1.5  extern "C" {
     1.6  #endif
     1.7 -
     1.8 +    
     1.9  int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo);
    1.10  size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo);
    1.11  void compute_fen(char *str, GameState *gamestate);

mercurial