aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudmanager.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llhudmanager.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llhudmanager.h')
-rw-r--r--linden/indra/newview/llhudmanager.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/linden/indra/newview/llhudmanager.h b/linden/indra/newview/llhudmanager.h
index 41cf018..44c8ed5 100644
--- a/linden/indra/newview/llhudmanager.h
+++ b/linden/indra/newview/llhudmanager.h
@@ -50,11 +50,6 @@ public:
50 LLHUDManager(); 50 LLHUDManager();
51 ~LLHUDManager(); 51 ~LLHUDManager();
52 52
53 void toggleShowPhysical(const BOOL show_physical);
54 void showJoints(LLDynamicArray < LLViewerObject* > *object_list);
55 void clearJoints();
56 BOOL getShowPhysical() const;
57
58 LLHUDEffect *createViewerEffect(const U8 type, BOOL send_to_sim = TRUE, BOOL originated_here = TRUE); 53 LLHUDEffect *createViewerEffect(const U8 type, BOOL send_to_sim = TRUE, BOOL originated_here = TRUE);
59 54
60 void updateEffects(); 55 void updateEffects();
@@ -67,12 +62,7 @@ public:
67 static LLColor4 sChildColor; 62 static LLColor4 sChildColor;
68 63
69protected: 64protected:
70 LLDynamicArrayPtr<LLPointer<LLHUDObject> > mHUDJoints;
71 LLDynamicArrayPtr<LLPointer<LLHUDObject> > mHUDSelectedJoints;
72 LLDynamicArrayPtr<LLPointer<LLHUDEffect> > mHUDEffects; 65 LLDynamicArrayPtr<LLPointer<LLHUDEffect> > mHUDEffects;
73
74 // ALT held down this frame?
75 BOOL mShowPhysical;
76}; 66};
77 67
78extern LLHUDManager *gHUDManager; 68extern LLHUDManager *gHUDManager;