commit 2b8fef5c41783bd7a01fab40727d4d353426cb75
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Fri Sep 9 15:57:24 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Tue Oct 25 18:04:45 2022 +0300
heretic: Move D_DoAdvanceDemo prototype to doomdef.h
---
src/heretic/d_net.c | 1 -
src/heretic/doomdef.h | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c
index 7a1af104..06ae2375 100644
--- a/src/heretic/d_net.c
+++ b/src/heretic/d_net.c
@@ -33,7 +33,6 @@
ticcmd_t *netcmds;
-extern void D_DoAdvanceDemo(void);
extern void D_ProcessEvents(void);
extern void G_BuildTiccmd(ticcmd_t *cmd, int maketic);
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index c35c289c..f285f470 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -689,6 +689,7 @@ void G_RecordDemo(skill_t skill, int numplayers, int episode, int map,
void G_PlayDemo(char *name);
void G_TimeDemo(char *name);
boolean G_CheckDemoStatus(void);
+void D_DoAdvanceDemo(void);
void G_ExitLevel(void);
void G_SecretExitLevel(void);