summaryrefslogtreecommitdiffstats
path: root/editor/editor_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_interface.h')
-rw-r--r--editor/editor_interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_interface.h b/editor/editor_interface.h
index f7e8cf8d4c..ac31ce4dfb 100644
--- a/editor/editor_interface.h
+++ b/editor/editor_interface.h
@@ -104,6 +104,9 @@ public:
void popup_dialog_centered_ratio(Window *p_dialog, float p_ratio = 0.8);
void popup_dialog_centered_clamped(Window *p_dialog, const Size2i &p_size = Size2i(), float p_fallback_ratio = 0.75);
+ String get_current_feature_profile() const;
+ void set_current_feature_profile(const String &p_profile_name);
+
// Editor docks.
FileSystemDock *get_file_system_dock() const;