diff options
author | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
commit | 1866bc2af39189c17b636970d4df7edc983c1830 (patch) | |
tree | e60963a49832280cf3d2d9b5a8b589853469caee /linden/indra/newview/llvoavatar.h | |
parent | Use all those cores for compile (diff) | |
download | meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.zip meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.gz meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.bz2 meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.xz |
Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index 0c32244..50ce53a 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -288,6 +288,9 @@ public: | |||
288 | 288 | ||
289 | BOOL isWearingAttachment( const LLUUID& inv_item_id ); | 289 | BOOL isWearingAttachment( const LLUUID& inv_item_id ); |
290 | LLViewerObject* getWornAttachment( const LLUUID& inv_item_id ); | 290 | LLViewerObject* getWornAttachment( const LLUUID& inv_item_id ); |
291 | // [RLVa:KB] - Checked: 2009-12-18 (RLVa-1.1.0i) | Added: RLVa-1.1.0i | ||
292 | LLViewerJointAttachment* getWornAttachmentPoint(const LLUUID& inv_item_id); | ||
293 | // [/RLVa:KB] | ||
291 | const std::string getAttachedPointName(const LLUUID& inv_item_id); | 294 | const std::string getAttachedPointName(const LLUUID& inv_item_id); |
292 | 295 | ||
293 | static LLVOAvatar* findAvatarFromAttachment( LLViewerObject* obj ); | 296 | static LLVOAvatar* findAvatarFromAttachment( LLViewerObject* obj ); |