diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-30 23:50:40 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 01:48:09 +0200 |
commit | ce28a6d298408513866716d00dcd16ed8ef5f285 (patch) | |
tree | 81e83f4689238683112b4776006262bfdbc88506 /src/animation | |
parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.gz re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.bz2 re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.lz re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.xz re3-ce28a6d298408513866716d00dcd16ed8ef5f285.tar.zst re3-ce28a6d298408513866716d00dcd16ed8ef5f285.zip |
Diffstat (limited to 'src/animation')
-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 24c3d273..68fa03cb 100644 --- a/src/animation/RpAnimBlend.h +++ b/src/animation/RpAnimBlend.h @@ -24,6 +24,7 @@ void RpAnimBlendClumpRemoveAllAssociations(RpClump *clump); void RpAnimBlendClumpRemoveAssociations(RpClump *clump, uint32 mask); void RpAnimBlendClumpInit(RpClump *clump); bool RpAnimBlendClumpIsInitialized(RpClump *clump); +void RpAnimBlendClumpFillFrameArray(RpClump* clump, AnimBlendFrameData** frames); AnimBlendFrameData *RpAnimBlendClumpFindFrame(RpClump *clump, const char *name); void FillFrameArrayCallBack(AnimBlendFrameData *frame, void *arg); CAnimBlendAssociation *RpAnimBlendClumpGetAssociation(RpClump *clump, uint32 id); |