src/chess/pgn.h

changeset 51
84f2e380a434
parent 50
41017d0a72c5
child 54
eef745ba3774
equal deleted inserted replaced
50:41017d0a72c5 51:84f2e380a434
39 #endif 39 #endif
40 40
41 int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo); 41 int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo);
42 size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo); 42 size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo);
43 43
44
45 #ifdef __cplusplus 44 #ifdef __cplusplus
46 } 45 }
47 #endif 46 #endif
48 47
49 #endif /* PGN_H */ 48 #endif /* PGN_H */

mercurial