aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudmanager.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llhudmanager.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llhudmanager.h')
-rw-r--r--linden/indra/newview/llhudmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llhudmanager.h b/linden/indra/newview/llhudmanager.h
index cf63784..cfe9cad 100644
--- a/linden/indra/newview/llhudmanager.h
+++ b/linden/indra/newview/llhudmanager.h
@@ -44,7 +44,7 @@ class LLHUDAnimalControls;
44// End Ventrella 44// End Ventrella
45class LLMessageSystem; 45class LLMessageSystem;
46 46
47class LLHUDManager 47class LLHUDManager : public LLSingleton<LLHUDManager>
48{ 48{
49public: 49public:
50 LLHUDManager(); 50 LLHUDManager();
@@ -56,6 +56,8 @@ public:
56 void sendEffects(); 56 void sendEffects();
57 void cleanupEffects(); 57 void cleanupEffects();
58 58
59 static void shutdownClass();
60
59 static void processViewerEffect(LLMessageSystem *mesgsys, void **user_data); 61 static void processViewerEffect(LLMessageSystem *mesgsys, void **user_data);
60 62
61 static LLColor4 sParentColor; 63 static LLColor4 sParentColor;
@@ -65,6 +67,4 @@ protected:
65 LLDynamicArrayPtr<LLPointer<LLHUDEffect> > mHUDEffects; 67 LLDynamicArrayPtr<LLPointer<LLHUDEffect> > mHUDEffects;
66}; 68};
67 69
68extern LLHUDManager *gHUDManager;
69
70#endif // LL_LLHUDMANAGER_H 70#endif // LL_LLHUDMANAGER_H