summaryrefslogtreecommitdiff
path: root/src/strife/p_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_local.h')
-rw-r--r--src/strife/p_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/p_local.h b/src/strife/p_local.h
index 0c59ec0d..87370e09 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -129,7 +129,10 @@ void P_SpawnPuff (fixed_t x, fixed_t y, fixed_t z);
mobj_t* P_SpawnSparkPuff(fixed_t x, fixed_t y, fixed_t z); // villsa [STRIFE]
void P_SpawnBlood (fixed_t x, fixed_t y, fixed_t z, int damage);
mobj_t* P_SpawnMissile (mobj_t* source, mobj_t* dest, mobjtype_t type);
+mobj_t* P_SpawnFacingMissile(mobj_t* source, mobj_t* target, mobjtype_t type); // villsa [STRIFE]
void P_SpawnPlayerMissile (mobj_t* source, mobjtype_t type);
+mobj_t* P_SpawnMortar(mobj_t *source, mobjtype_t type); // villsa [STRIFE]
+void P_ExplodeMissile (mobj_t* mo); // villsa [STRIFE]
//