foxygit / doom Log in
commit 0a1bf3f3c8f8f0f69ceea5da11bb361855ea2cba
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Aug 30 20:09:00 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Aug 30 20:09:00 2022 +0300

    Add some forward declarations
---
 src/heretic/info.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/heretic/info.h b/src/heretic/info.h
index 1975aebe..46362018 100644
--- a/src/heretic/info.h
+++ b/src/heretic/info.h
@@ -1363,6 +1363,12 @@ typedef enum
     NUMSTATES
 } statenum_t;

+
+struct mobj_s;
+struct player_s;
+struct pspdef_s;
+
+
 typedef struct
 {
     spritenum_t sprite;