foxygit / doom Log in
commit 6520134b41d12a7f061d9544e5c04e7ba15377b4
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 10 18:34:20 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Oct 25 18:04:45 2022 +0300

    heretic: Move CheckAbortStartup prototype to doomdef.h
---
 src/heretic/doomdef.h | 1 +
 src/heretic/r_data.c  | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 6f47828c..ad111ee0 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -588,6 +588,7 @@ extern int vanilla_demo_limit;
 //BASE LEVEL
 //----------
 void D_DoomMain(void);
+void CheckAbortStartup(void);
 void IncThermo(void);
 void InitThermo(int max);
 void tprintf(const char *string, int initflag);
diff --git a/src/heretic/r_data.c b/src/heretic/r_data.c
index a790935d..04bdecc8 100644
--- a/src/heretic/r_data.c
+++ b/src/heretic/r_data.c
@@ -25,7 +25,6 @@
 #include "r_local.h"
 #include "p_local.h"

-extern void CheckAbortStartup(void);

 typedef struct
 {