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 2cd8abf..84c2f84 100644 --- a/linden/indra/newview/llhudobject.h +++ b/linden/indra/newview/llhudobject.h | |||
@@ -75,6 +75,7 @@ public: | |||
75 | static void updateAll(); | 75 | static void updateAll(); |
76 | static void renderAll(); | 76 | static void renderAll(); |
77 | static void renderAllForSelect(); | 77 | static void renderAllForSelect(); |
78 | static void renderAllForTimer(); | ||
78 | 79 | ||
79 | static void cleanupHUDObjects(); | 80 | static void cleanupHUDObjects(); |
80 | 81 | ||
@@ -106,6 +107,7 @@ protected: | |||
106 | 107 | ||
107 | virtual void render() = 0; | 108 | virtual void render() = 0; |
108 | virtual void renderForSelect() {}; | 109 | virtual void renderForSelect() {}; |
110 | virtual void renderForTimer() {}; | ||
109 | 111 | ||
110 | protected: | 112 | protected: |
111 | U8 mType; | 113 | U8 mType; |