summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:56:34 -0700
committerCosmic Linden <cosmic@lindenlab.com>2023-10-13 09:56:34 -0700
commit6e36bbae7471e8622a0f4a1662748451c4639dbe (patch)
treedd8decd9a61972b53a3d75a7eaa35c8919bb5bab /indra/newview/llfloaterregioninfo.h
parent55f597e2ec363b5cb22fa8f7f5694f7ef6a17772 (diff)
DRTVWR-592: (WIP) Add material terrain selection to GUI
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index c34dbb62e8..7b22002806 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -258,6 +258,9 @@ public:
//static void onChangeAnything(LLUICtrl* ctrl, void* userData); // callback for any change, to enable commit button
+ void refresh() override;
+ void onSelectMaterialType();
+
virtual BOOL sendUpdate();
static void onClickDownloadRaw(void*);