We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb453c6 commit f4258deCopy full SHA for f4258de
Client/mods/deathmatch/logic/CClientIFP.h
@@ -37,6 +37,7 @@ class CClientIFP: public CClientEntity, FileLoader
37
size_t getCorrectBoneIndexFromID(int32_t & BoneID);
38
39
CAnimBlendHierarchySAInterface * GetAnimationHierarchy ( const SString & strAnimationName );
40
+ inline SIFPAnimations * GetIFPAnimationsPointer ( void ) { return m_pIFPAnimations; }
41
42
// Sorta a hack that these are required by CClientEntity...
43
void Unlink ( void ) {};
0 commit comments