aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r--linden/indra/newview/llinventoryview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h
index 495a340..2650ed8 100644
--- a/linden/indra/newview/llinventoryview.h
+++ b/linden/indra/newview/llinventoryview.h
@@ -391,6 +391,13 @@ std::string get_item_icon_name(LLAssetType::EType asset_type,
391std::string get_item_icon_name(LLInventoryType::NType inv_ntype, 391std::string get_item_icon_name(LLInventoryType::NType inv_ntype,
392 BOOL item_is_multi ); 392 BOOL item_is_multi );
393 393
394// Uses NType only. For when we don't know an asset's inventory type or have no way of finding that information.
395// Sends a default inv_ntype to use if there are multiple NTypes for an asset type.
396std::string get_item_icon_name(LLAssetType::EType asset_type,
397 LLInventoryType::NType inv_ntype,
398 U32 flags,
399 BOOL item_is_multi);
400
394LLUIImagePtr get_item_icon(LLAssetType::EType asset_type, 401LLUIImagePtr get_item_icon(LLAssetType::EType asset_type,
395 LLInventoryType::EType inventory_type, 402 LLInventoryType::EType inventory_type,
396 U32 attachment_point, 403 U32 attachment_point,