From 5de507694b0ca43739033d75cf20fcf7ea31a2dd Mon Sep 17 00:00:00 2001 From: James Haley Date: Sat, 18 Sep 2010 17:35:57 +0000 Subject: Tons of warnings fixed - now only 7 warnings at warning level 3, and most of those are outside of our own code (get on those signed/unsigned mismatches in the midi code, fraggle ;) Subversion-branch: /branches/strife-branch Subversion-revision: 2110 --- src/strife/p_pspr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/strife/p_pspr.h') 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 -- cgit v1.2.3