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 14
14
15
15
typedef unsigned char BYTE;
16
16
typedef unsigned long AssocGroupId;
17
+ class CAnimBlendAssociation ;
17
18
class CAnimBlendStaticAssociation ;
18
19
struct RpClump ;
19
20
class CAnimBlock ;
20
21
21
22
class CAnimBlendAssocGroup
22
23
{
23
24
public:
25
+ virtual CAnimBlendAssociation * CopyAnimation ( unsigned int AnimID ) = 0;
24
26
virtual void InitEmptyAssociations ( RpClump * pClump ) = 0;
25
27
virtual bool IsCreated ( void ) = 0;
26
28
virtual int GetNumAnimations ( void ) = 0;
27
- virtual CAnimBlock * GetAnimBlock ( void ) = 0;
28
- virtual CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID ) = 0;
29
+ virtual CAnimBlock * GetAnimBlock ( void ) = 0;
30
+ virtual CAnimBlendStaticAssociation * GetAnimation ( unsigned int ID ) = 0;
29
31
virtual void CreateAssociations ( const char * szBlockName ) = 0;
30
32
virtual bool IsLoaded ( void ) = 0;
31
33
virtual void SetIDOffset ( int iOffset ) = 0;
You can’t perform that action at this time.
0 commit comments