commit b5d26d5bc453c2b28050cd2a1a88fd49af0c11a0
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Sep 6 14:51:47 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Thu Nov 3 10:39:18 2022 +0200
hexen: Add some forward declarations
---
src/hexen/info.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/hexen/info.h b/src/hexen/info.h
index 1433c1c6..b06aedb8 100644
--- a/src/hexen/info.h
+++ b/src/hexen/info.h
@@ -3171,6 +3171,12 @@ typedef enum
NUMSTATES
} statenum_t;
+
+struct mobj_s;
+struct player_s;
+struct pspdef_s;
+
+
typedef struct
{
spritenum_t sprite;