summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-10 16:43:49 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-10 16:43:49 +0100
commite075c65ee22a54b114808057399b5c7546dfb08a (patch)
tree40fb68045e86bca3cb465ecde91664d58ad552cd /indra/newview/llfloaterpreference.h
parenteb1ddbc14256e9321887efa8c5fb29637bd7f5a0 (diff)
First pass at preferences and feature table hookup for advanced atmospherics.
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index 8339a18296..973ca25c37 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -295,6 +295,7 @@ class LLFloaterPreferenceGraphicsAdvanced : public LLFloater
void refresh();
// callback for when client turns on shaders
void onVertexShaderEnable();
+ void onAdvancedAtmosphericsEnable();
LOG_CLASS(LLFloaterPreferenceGraphicsAdvanced);
};