aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudtext.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llhudtext.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhudtext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudtext.h b/linden/indra/newview/llhudtext.h
index bd4da88..5719a19 100644
--- a/linden/indra/newview/llhudtext.h
+++ b/linden/indra/newview/llhudtext.h
@@ -121,6 +121,9 @@ public:
121 BOOL getHidden() const { return mHidden; } 121 BOOL getHidden() const { return mHidden; }
122 void setHidden( BOOL hide ) { mHidden = hide; } 122 void setHidden( BOOL hide ) { mHidden = hide; }
123 void setOnHUDAttachment(BOOL on_hud) { mOnHUDAttachment = on_hud; } 123 void setOnHUDAttachment(BOOL on_hud) { mOnHUDAttachment = on_hud; }
124 void shift(const LLVector3& offset);
125
126 static void shiftAll(const LLVector3& offset);
124 static void renderAllHUD(); 127 static void renderAllHUD();
125 static void addPickable(std::set<LLViewerObject*> &pick_list); 128 static void addPickable(std::set<LLViewerObject*> &pick_list);
126 static void reshape(); 129 static void reshape();