diff options
Diffstat (limited to 'editor/editor_interface.h')
-rw-r--r-- | editor/editor_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_interface.h b/editor/editor_interface.h index 73e89ae2f2..9515a1226f 100644 --- a/editor/editor_interface.h +++ b/editor/editor_interface.h @@ -99,6 +99,7 @@ public: void set_main_screen_editor(const String &p_name); void set_distraction_free_mode(bool p_enter); bool is_distraction_free_mode_enabled() const; + bool is_multi_window_enabled() const; float get_editor_scale() const; |