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 12
12
#ifndef __CAnimManager_H
13
13
#define __CAnimManager_H
14
14
15
+ #include < memory>
16
+
15
17
// Get correct values
16
18
#define MAX_ANIM_GROUPS 200
17
19
#define MAX_ANIMATIONS 500
@@ -112,7 +114,8 @@ class CAnimManager
112
114
virtual CAnimBlendHierarchy * GetAnimBlendHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
113
115
114
116
// 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;
116
119
117
120
virtual bool isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
118
121
virtual const SString & GetGateWayBlockName ( void ) = 0;
You can’t perform that action at this time.
0 commit comments