diff -r d58b2abdd330 -r 7258a46bf5ae src/chess/pgn.h --- a/src/chess/pgn.h Fri May 22 18:34:02 2026 +0200 +++ b/src/chess/pgn.h Tue May 26 15:21:42 2026 +0200 @@ -43,6 +43,8 @@ bool export_comments); void compute_fen(char *str, GameState *gamestate); +const char *pgn_player_name(GameState *gamestate, uint8_t color); + const char* pgn_error_str(int code); #ifdef __cplusplus