diff options
Diffstat (limited to 'linden/indra/newview/llhudtext.h')
-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(); |