summaryrefslogtreecommitdiff
path: root/indra/newview/llgltfmateriallist.h
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2022-10-14 14:33:18 -0700
committerBrad Kittenbrink <brad@lindenlab.com>2022-10-14 14:44:05 -0700
commit7a3ed9dadc116e73349ec6fcd37eb3aee5916676 (patch)
treea31c8f5d1871f57a375524d6cc52144510099d8e /indra/newview/llgltfmateriallist.h
parentc6bb0fef90b0c2c6557b933b0bc57cabd66fa572 (diff)
Added stub handler for GLTF LargeGenericMessage as part of work on SL-18105 SL-17697 and SL-17698
Diffstat (limited to 'indra/newview/llgltfmateriallist.h')
-rw-r--r--indra/newview/llgltfmateriallist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgltfmateriallist.h b/indra/newview/llgltfmateriallist.h
index 49760504e6..4aed4b009d 100644
--- a/indra/newview/llgltfmateriallist.h
+++ b/indra/newview/llgltfmateriallist.h
@@ -44,6 +44,8 @@ public:
void addMaterial(const LLUUID& id, LLGLTFMaterial* material);
void removeMaterial(const LLUUID& id);
+ static void registerCallbacks();
+
};
extern LLGLTFMaterialList gGLTFMaterialList;