diff options
author | Graham Linden <graham@lindenlab.com> | 2018-11-30 09:08:56 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-11-30 09:08:56 -0800 |
commit | 79049c49bd34d58c3a3140d4fc50f586e45f3047 (patch) | |
tree | bb1941153a12040abb44f66e25a4255e2f7bad54 /indra/newview/llenvironment.h | |
parent | 65d56f53cd9a2028af177ec0315b721f59868d19 (diff) | |
parent | d66012f85e885679738cf8c488fd8ff460319c85 (diff) |
Merge
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index 55881f1c75..7e35fdcfac 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -144,6 +144,8 @@ public: void setEnvironment(EnvSelection_t env, const LLUUID &assetId, LLSettingsDay::Seconds daylength, LLSettingsDay::Seconds dayoffset); void setEnvironment(EnvSelection_t env, const LLUUID &assetId); + void setSharedEnvironment(); + void clearEnvironment(EnvSelection_t env); LLSettingsDay::ptr_t getEnvironmentDay(EnvSelection_t env); LLSettingsDay::Seconds getEnvironmentDayLength(EnvSelection_t env); |