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 2020typedef unsigned long AssocGroupId;
2121typedef unsigned long AnimationId;
2222
23+ class SString ;
2324class CAnimBlendAssocGroup ;
2425class CAnimBlendHierarchy ;
2526class CAnimBlock ;
@@ -108,10 +109,12 @@ class CAnimManager
108109 virtual CAnimBlendHierarchy * GetAnimBlendHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
109110
110111 virtual bool isGateWayAnimationHierarchy ( CAnimBlendHierarchySAInterface * pInterface ) = 0;
112+ virtual const SString & GetGateWayBlockName ( void ) = 0;
113+ virtual const SString & GetGateWayAnimationName ( void ) = 0;
111114
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;
115118};
116119
117120#endif
You can’t perform that action at this time.
0 commit comments