Skip to content

Commit 1ad24fe

Browse files
committed
added typedef for CAnimBlendStaticAssociation::FreeSequenceArray
1 parent 62b3d09 commit 1ad24fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Client/multiplayer_sa/CMultiplayerSA.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
#include "CLimitsSA.h"
2626

2727
#include "CRemoteDataSA.h"
28+
29+
typedef void (__thiscall* hCAnimBlendStaticAssociation_FreeSequenceArray)
30+
(
31+
CAnimBlendStaticAssociationSAInterface * pThis
32+
);
33+
2834
class CRemoteDataSA;
2935
#define DEFAULT_NEAR_CLIP_DISTANCE ( 0.3f )
3036

0 commit comments

Comments
 (0)