mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 01:49:59 +00:00
World and Peds
This commit is contained in:
parent
3378cad058
commit
14c7c1d7ca
19 changed files with 505 additions and 17 deletions
|
|
@ -34,6 +34,7 @@ CAnimBlendAssociation *RpAnimBlendClumpGetMainAssociation_N(RpClump *clump, int
|
|||
CAnimBlendAssociation *RpAnimBlendClumpGetMainPartialAssociation_N(RpClump *clump, int n);
|
||||
CAnimBlendAssociation *RpAnimBlendClumpGetFirstAssociation(RpClump *clump, uint32 mask);
|
||||
CAnimBlendAssociation *RpAnimBlendClumpGetFirstAssociation(RpClump *clump);
|
||||
void RpAnimBlendClumpUpdateAnimations(RpClump* clump, float timeDelta);
|
||||
|
||||
|
||||
extern CAnimBlendClumpData *&gpAnimBlendClump;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue