diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llhudtext.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-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.h | 3 |
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(); |