diff options
Diffstat (limited to 'indra/newview/llcontrolavatar.h')
-rw-r--r-- | indra/newview/llcontrolavatar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llcontrolavatar.h b/indra/newview/llcontrolavatar.h index fc7b4aa06d..1be2d58441 100644 --- a/indra/newview/llcontrolavatar.h +++ b/indra/newview/llcontrolavatar.h @@ -51,6 +51,9 @@ public: void markForDeath(); virtual void idleUpdate(LLAgent &agent, const F64 &time); + + void getAnimatedVolumes(std::vector<LLVOVolume*>& volumes); + void updateAnimations(); virtual void updateDebugText(); |