src/chess/pgn.h

changeset 54
eef745ba3774
parent 51
84f2e380a434
child 55
54ea19938d57
     1.1 --- a/src/chess/pgn.h	Wed Aug 26 12:59:30 2015 +0200
     1.2 +++ b/src/chess/pgn.h	Wed Aug 26 14:46:42 2015 +0200
     1.3 @@ -37,9 +37,10 @@
     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);
    1.12  
    1.13  #ifdef	__cplusplus
    1.14  }

mercurial