aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudtext.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-12-01 17:39:58 -0600
committerJacek Antonelli2008-12-01 17:40:06 -0600
commit7abecb48babe6a6f09bf6692ba55076546cfced9 (patch)
tree8d18a88513fb97adf32c10aae78f4be1984942db /linden/indra/newview/llhudtext.h
parentSecond Life viewer sources 1.21.6 (diff)
downloadmeta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.zip
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.gz
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.bz2
meta-impy-7abecb48babe6a6f09bf6692ba55076546cfced9.tar.xz
Second Life viewer sources 1.22.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhudtext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudtext.h b/linden/indra/newview/llhudtext.h
index 5719a19..6403622 100644
--- a/linden/indra/newview/llhudtext.h
+++ b/linden/indra/newview/llhudtext.h
@@ -123,6 +123,8 @@ public:
123 void setOnHUDAttachment(BOOL on_hud) { mOnHUDAttachment = on_hud; } 123 void setOnHUDAttachment(BOOL on_hud) { mOnHUDAttachment = on_hud; }
124 void shift(const LLVector3& offset); 124 void shift(const LLVector3& offset);
125 125
126 BOOL lineSegmentIntersect(const LLVector3& start, const LLVector3& end, LLVector3& intersection, BOOL debug_render = FALSE);
127
126 static void shiftAll(const LLVector3& offset); 128 static void shiftAll(const LLVector3& offset);
127 static void renderAllHUD(); 129 static void renderAllHUD();
128 static void addPickable(std::set<LLViewerObject*> &pick_list); 130 static void addPickable(std::set<LLViewerObject*> &pick_list);