diff options
Diffstat (limited to 'linden/indra/newview/lightshare.h')
-rw-r--r-- | linden/indra/newview/lightshare.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/lightshare.h b/linden/indra/newview/lightshare.h index cbc03ad..5b24ae3 100644 --- a/linden/indra/newview/lightshare.h +++ b/linden/indra/newview/lightshare.h | |||
@@ -31,6 +31,7 @@ | |||
31 | 31 | ||
32 | #include "message.h" | 32 | #include "message.h" |
33 | #include "meta7windlight.h" | 33 | #include "meta7windlight.h" |
34 | #include "lltimer.h" | ||
34 | #include "llwaterparamset.h" | 35 | #include "llwaterparamset.h" |
35 | #include "llwlparamset.h" | 36 | #include "llwlparamset.h" |
36 | 37 | ||
@@ -54,9 +55,15 @@ class WindlightMessage | |||
54 | bool apply(); | 55 | bool apply(); |
55 | bool isValid(); | 56 | bool isValid(); |
56 | 57 | ||
58 | protected: | ||
59 | |||
60 | static void resetIgnoreTimer(); | ||
61 | static bool ignoreTimerHasExpired(); | ||
62 | |||
57 | private: | 63 | private: |
58 | 64 | ||
59 | static WindlightMessage* sMostRecent; | 65 | static WindlightMessage* sMostRecent; |
66 | static LLTimer* sIgnoreTimer; | ||
60 | 67 | ||
61 | Meta7WindlightPacket* mPacket; | 68 | Meta7WindlightPacket* mPacket; |
62 | LLWaterParamSet* mWater; | 69 | LLWaterParamSet* mWater; |