summaryrefslogtreecommitdiff
path: root/indra/newview/llwldaycycle.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-05-23 19:26:17 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-05-23 19:26:17 +0300
commitb60c63bf075a92084ba94459a840decba846a916 (patch)
treeba4da57fcc3678449c20033fc22e620827dc9b5f /indra/newview/llwldaycycle.h
parent99fe1004a6cb4406bcac790420a5be6269e02723 (diff)
STORM-1256 WIP Implemented editing region environment settings via the Region/Estate floater.
Diffstat (limited to 'indra/newview/llwldaycycle.h')
-rw-r--r--indra/newview/llwldaycycle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llwldaycycle.h b/indra/newview/llwldaycycle.h
index 988003c1af..36b5160a58 100644
--- a/indra/newview/llwldaycycle.h
+++ b/indra/newview/llwldaycycle.h
@@ -71,6 +71,9 @@ public:
/// get the LLSD data for this day cycle
LLSD asLLSD();
+ // get skies referenced by this day cycle
+ bool getSkyRefs(std::map<LLWLParamKey, LLWLParamSet>& refs);
+
/// clear keyframes
void clearKeyframes();