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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/p_local.h b/src/strife/p_local.h
index 304f44c5..b35a0acc 100644
--- a/src/strife/p_local.h
+++ b/src/strife/p_local.h
@@ -147,7 +147,9 @@ void P_ExplodeMissile (mobj_t* mo); // villsa [STRIFE]
//
void P_NoiseAlert (mobj_t* target, mobj_t* emmiter);
void P_DoPunchAlert(mobj_t *puncher, mobj_t *punchee); // villsa [STRIFE]
-
+void A_BodyParts(mobj_t *actor); // haleyjd: [STRIFE]
+void A_AlertSpectreC(mobj_t* actor);
+void A_FaceTarget (mobj_t* actor);
//
// P_MAPUTL