summaryrefslogtreecommitdiff
path: root/src/strife/p_mobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_mobj.h')
-rw-r--r--src/strife/p_mobj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strife/p_mobj.h b/src/strife/p_mobj.h
index b7865ff0..21c0ae9a 100644
--- a/src/strife/p_mobj.h
+++ b/src/strife/p_mobj.h
@@ -332,6 +332,7 @@ typedef struct mobj_s
} mobj_t;
-
+// haleyjd [STRIFE] Exported
+void P_CheckMissileSpawn (mobj_t* th);
#endif