summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index fe24696182..928b5f2bcd 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -78,6 +78,11 @@ private:
bool follow_folder_links);
static void onWearableAssetFetch(LLWearable* wearable, void* data);
static void updateAgentWearables(LLWearableHoldingPattern* holder, bool append);
+ static bool isMandatoryWearableType(EWearableType type);
+ static void checkMandatoryWearableTypes(const LLUUID& category, std::set<EWearableType>& types_found);
+ static void purgeCOFBeforeRebuild(const LLUUID& category);
};
+#define SUPPORT_ENSEMBLES 0
+
#endif