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 1414
1515typedef unsigned char BYTE;
1616typedef unsigned long AssocGroupId;
17+ class CAnimBlendAssociation ;
1718class CAnimBlendStaticAssociation ;
1819struct RpClump ;
1920class CAnimBlock ;
2021
2122class CAnimBlendAssocGroup
2223{
2324public:
25+ virtual CAnimBlendAssociation * CopyAnimation ( unsigned int AnimID ) = 0;
2426 virtual void InitEmptyAssociations ( RpClump * pClump ) = 0;
2527 virtual bool IsCreated ( void ) = 0;
2628 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;
2931 virtual void CreateAssociations ( const char * szBlockName ) = 0;
3032 virtual bool IsLoaded ( void ) = 0;
3133 virtual void SetIDOffset ( int iOffset ) = 0;
You can’t perform that action at this time.
0 commit comments