summaryrefslogtreecommitdiff
path: root/indra/llcharacter/llanimationstates.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcharacter/llanimationstates.h')
-rw-r--r--indra/llcharacter/llanimationstates.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcharacter/llanimationstates.h b/indra/llcharacter/llanimationstates.h
index 18a19c3eb5..8b6052e0f0 100644
--- a/indra/llcharacter/llanimationstates.h
+++ b/indra/llcharacter/llanimationstates.h
@@ -227,6 +227,11 @@ public:
// Retun NULL if the name is invalid.
//-----------------------------------------------------------------------------
LLUUID stringToAnimState( const std::string& name, BOOL allow_ids = TRUE );
+
+ //-----------------------------------------------------------------------------
+ // Associate an anim state with a name
+ //-----------------------------------------------------------------------------
+ void animStateSetString( const LLUUID& state, const std::string& name);
};
struct LLAnimStateEntry
@@ -252,6 +257,7 @@ extern const LLAnimStateEntry gUserAnimStates[];
extern const S32 gUserAnimStatesCount;
extern LLAnimationLibrary gAnimLibrary;
+std::string animationName( const LLUUID& id );
#endif // LL_LLANIMATIONSTATES_H