src/chess/pgn.h

changeset 127
7258a46bf5ae
parent 117
ee539a9691f0
--- 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

mercurial