diff options
Diffstat (limited to 'src/animation/RpAnimBlend.h')
-rw-r--r-- | src/animation/RpAnimBlend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/RpAnimBlend.h b/src/animation/RpAnimBlend.h index 68fa03cb..55a4456b 100644 --- a/src/animation/RpAnimBlend.h +++ b/src/animation/RpAnimBlend.h @@ -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; |