summaryrefslogtreecommitdiffstats
path: root/include/chess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chess.h')
-rw-r--r--include/chess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chess.h b/include/chess.h
index 8a151ace..904db6cf 100644
--- a/include/chess.h
+++ b/include/chess.h
@@ -175,6 +175,7 @@ void ChessPlay(ChessInfo* info);
int ChessStartGame(char func_char, int sig, const char* title);
int ChessWatchGame(void (*play)(int, ChessGameMode),
int game, const char* title);
+int ChessReplayGame(const char* fname);
ChessInfo* NewChessInfo(const ChessActions* actions,
const ChessConstants* constants, int sock, ChessGameMode mode);