| 149:ea2448961441 | 150:7d57a252948e |
|---|---|
| 57 void compute_fen(char *str, GameState *gamestate); | 57 void compute_fen(char *str, GameState *gamestate); |
| 58 | 58 |
| 59 const char *pgn_player_name(GameState *gamestate, uint8_t color); | 59 const char *pgn_player_name(GameState *gamestate, uint8_t color); |
| 60 | 60 |
| 61 const char* pgn_error_str(int code); | 61 const char* pgn_error_str(int code); |
| 62 size_t pgn_error_position(void); | |
| 62 | 63 |
| 63 #ifdef __cplusplus | 64 #ifdef __cplusplus |
| 64 } | 65 } |
| 65 #endif | 66 #endif |
| 66 | 67 |