summaryrefslogtreecommitdiff
path: root/indra/newview/llwldaycycle.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-26 20:26:36 -0400
committerOz Linden <oz@lindenlab.com>2011-05-26 20:26:36 -0400
commita99941a7fd55ad56144793957792cdb8bb0e5df6 (patch)
tree13fd8b6717f3d668f117957a136de33c9753ca44 /indra/newview/llwldaycycle.h
parent01ec64a1bc88ed0b1a18c559c136b32476309100 (diff)
parent6bc23e1be7e055b4f80f5c5de9dcd186a92a21a4 (diff)
merge changes for latest windlight integration project repo
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 36b5160a58..56bd66f114 100644
--- a/indra/newview/llwldaycycle.h
+++ b/indra/newview/llwldaycycle.h
@@ -68,6 +68,9 @@ public:
/// load the LLSD data from a file (returns the undefined LLSD if not found)
static LLSD loadCycleDataFromFile(const std::string & fileName);
+ /// load the LLSD data from a file specified by full path
+ static LLSD loadDayCycleFromPath(const std::string& file_path);
+
/// get the LLSD data for this day cycle
LLSD asLLSD();