summaryrefslogtreecommitdiffstats
path: root/src/animation/RpAnimBlend.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-12 10:08:15 +0200
committerGitHub <noreply@github.com>2019-09-12 10:08:15 +0200
commit4299e307d606da8c40a4d28c08628ff0da54a6d8 (patch)
tree790c66ed4088dc8b4bb7071dd40e6f03750819ec /src/animation/RpAnimBlend.h
parentMerge pull request #203 from Nick007J/master (diff)
parentWorld and Peds (diff)
downloadre3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.gz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.bz2
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.lz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.xz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.zst
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.zip
Diffstat (limited to 'src/animation/RpAnimBlend.h')
-rw-r--r--src/animation/RpAnimBlend.h1
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;