File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1212#ifndef __CAnimManager_H
1313#define __CAnimManager_H
1414
15+ #include < memory>
16+
1517// Get correct values
1618#define MAX_ANIM_GROUPS 200
1719#define MAX_ANIMATIONS 500
@@ -112,7 +114,8 @@ class CAnimManager
112114 virtual CAnimBlendHierarchy * GetAnimBlendHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
113115
114116 // MTA members, but use this strictly for custom animations only
115- virtual std::unique_ptr < CAnimBlendSequence > GetAnimBlendSequence ( CAnimBlendSequenceSAInterface * pInterface ) = 0;
117+ virtual std::unique_ptr < CAnimBlendHierarchy > GetCustomAnimBlendHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
118+ virtual std::unique_ptr < CAnimBlendSequence > GetCustomAnimBlendSequence ( CAnimBlendSequenceSAInterface * pInterface ) = 0;
116119
117120 virtual bool isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
118121 virtual const SString & GetGateWayBlockName ( void ) = 0;
You can’t perform that action at this time.
0 commit comments