File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818#include " Common.h"
1919
2020#define FUNC_CAnimBlendAssocGroup_InitEmptyAssociations 0x4cdfb0
21+ #define FUNC_CAnimBlendAssocGroup_CopyAnimation 0x4ce130
2122#define FUNC_CAnimBlendAssocGroup_IsCreated 0x4d37a0
2223#define FUNC_CAnimBlendAssocGroup_GetNumAnimations 0x45b050
2324#define FUNC_CAnimBlendAssocGroup_GetAnimBlock 0x45b060
@@ -45,11 +46,12 @@ class CAnimBlendAssocGroupSA : public CAnimBlendAssocGroup
4546public:
4647 CAnimBlendAssocGroupSA ( CAnimBlendAssocGroupSAInterface * pInterface );
4748
49+ CAnimBlendAssociation * CopyAnimation ( unsigned int AnimID );
4850 void InitEmptyAssociations ( RpClump * pClump );
4951 bool IsCreated ( void );
5052 int GetNumAnimations ( void );
51- CAnimBlock * GetAnimBlock ( void );
52- CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
53+ CAnimBlock * GetAnimBlock ( void );
54+ CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
5355 void CreateAssociations ( const char * szBlockName );
5456
5557 bool IsLoaded ( void );
You can’t perform that action at this time.
0 commit comments