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 18
18
#include " Common.h"
19
19
20
20
#define FUNC_CAnimBlendAssocGroup_InitEmptyAssociations 0x4cdfb0
21
+ #define FUNC_CAnimBlendAssocGroup_CopyAnimation 0x4ce130
21
22
#define FUNC_CAnimBlendAssocGroup_IsCreated 0x4d37a0
22
23
#define FUNC_CAnimBlendAssocGroup_GetNumAnimations 0x45b050
23
24
#define FUNC_CAnimBlendAssocGroup_GetAnimBlock 0x45b060
@@ -45,11 +46,12 @@ class CAnimBlendAssocGroupSA : public CAnimBlendAssocGroup
45
46
public:
46
47
CAnimBlendAssocGroupSA ( CAnimBlendAssocGroupSAInterface * pInterface );
47
48
49
+ CAnimBlendAssociation * CopyAnimation ( unsigned int AnimID );
48
50
void InitEmptyAssociations ( RpClump * pClump );
49
51
bool IsCreated ( void );
50
52
int GetNumAnimations ( void );
51
- CAnimBlock * GetAnimBlock ( void );
52
- CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
53
+ CAnimBlock * GetAnimBlock ( void );
54
+ CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID );
53
55
void CreateAssociations ( const char * szBlockName );
54
56
55
57
bool IsLoaded ( void );
You can’t perform that action at this time.
0 commit comments