summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-08-26 13:36:43 -0700
committerGraham Linden <graham@lindenlab.com>2019-08-26 13:36:43 -0700
commitcddce7bbb8975c27d561e9868e8a28f48e2a5208 (patch)
tree1563f6857ae47a53d83940fc2f1457564267b3de /indra/newview/llviewerobject.h
parented7fda069bcbf145a273b46cb2070c72d059acef (diff)
parent5986bf4826d04027a17a098d1b80064aabde5a7b (diff)
Merge viewer-release 6.3.1
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 8b1535851e..873b300489 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -588,6 +588,10 @@ public:
friend class LLViewerMediaList;
public:
+ LLViewerTexture* getBakedTextureForMagicId(const LLUUID& id);
+ void updateAvatarMeshVisibility(const LLUUID& id, const LLUUID& old_id);
+ void refreshBakeTexture();
+public:
static void unpackVector3(LLDataPackerBinaryBuffer* dp, LLVector3& value, std::string name);
static void unpackUUID(LLDataPackerBinaryBuffer* dp, LLUUID& value, std::string name);
static void unpackU32(LLDataPackerBinaryBuffer* dp, U32& value, std::string name);