diff options
Diffstat (limited to 'linden/indra/newview/llhudobject.h')
-rw-r--r-- | linden/indra/newview/llhudobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudobject.h b/linden/indra/newview/llhudobject.h index a64fe9b..7b74165 100644 --- a/linden/indra/newview/llhudobject.h +++ b/linden/indra/newview/llhudobject.h | |||
@@ -46,6 +46,7 @@ class LLViewerCamera; | |||
46 | class LLFontGL; | 46 | class LLFontGL; |
47 | class LLFace; | 47 | class LLFace; |
48 | class LLViewerObject; | 48 | class LLViewerObject; |
49 | class LLHUDEffect; | ||
49 | 50 | ||
50 | class LLHUDObject : public LLRefCount | 51 | class LLHUDObject : public LLRefCount |
51 | { | 52 | { |
@@ -65,6 +66,7 @@ public: | |||
65 | U8 getType() const { return mType; } | 66 | U8 getType() const { return mType; } |
66 | 67 | ||
67 | static LLHUDObject *addHUDObject(const U8 type); | 68 | static LLHUDObject *addHUDObject(const U8 type); |
69 | static LLHUDEffect *addHUDEffect(const U8 type); | ||
68 | static void updateAll(); | 70 | static void updateAll(); |
69 | static void renderAll(); | 71 | static void renderAll(); |
70 | static void renderAllForSelect(); | 72 | static void renderAllForSelect(); |