File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
typedef unsigned long AssocGroupId;
21
21
typedef unsigned long AnimationId;
22
22
23
+ class SString ;
23
24
class CAnimBlendAssocGroup ;
24
25
class CAnimBlendHierarchy ;
25
26
class CAnimBlock ;
@@ -108,10 +109,12 @@ class CAnimManager
108
109
virtual CAnimBlendHierarchy * GetAnimBlendHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
109
110
110
111
virtual bool isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
112
+ virtual const SString & GetGateWayBlockName ( void ) = 0;
113
+ virtual const SString & GetGateWayAnimationName ( void ) = 0;
111
114
112
- virtual void InsertPedClumpToMap ( RpClump * pClump, CClientPed * pEntity ) = 0;
113
- virtual void RemovePedClumpFromMap ( RpClump * pClump ) = 0;
114
- virtual CClientPed * GetClientPedFromClumpMap ( RpClump * pClump ) = 0;
115
+ virtual void InsertPedPointerToMap ( RpClump * pClump, CClientPed * pEntity ) = 0;
116
+ virtual void RemovePedPointerFromMap ( RpClump * pClump ) = 0;
117
+ virtual CClientPed * GetPedPointerFromMap ( RpClump * pClump ) = 0;
115
118
};
116
119
117
120
#endif
You can’t perform that action at this time.
0 commit comments