summaryrefslogtreecommitdiff
path: root/src/strife/p_pspr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_pspr.h')
-rw-r--r--src/strife/p_pspr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strife/p_pspr.h b/src/strife/p_pspr.h
index 373831a1..64341b15 100644
--- a/src/strife/p_pspr.h
+++ b/src/strife/p_pspr.h
@@ -79,4 +79,9 @@ typedef struct
} pspdef_t;
+typedef struct player_s *playerptr;
+
+// haleyjd [STRIFE] Exported
+void P_SetPsprite(playerptr player, int position, statenum_t stnum);
+
#endif