aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-26 20:16:06 +0100
committerGitHub2017-11-26 20:16:06 +0100
commitdc3509b2aafe435ffd6c8d22f966f7ccd3575c4e (patch)
tree282399d2ca3b2612667ac338e270ac76d149e87b /editor/editor_node.h
parentea70afc9b43b5ebbd9c5731f28587d9c552712f3 (diff)
parent76a53aa328f0f21f4d83cbaa6bf8c2096bbc4a6a (diff)
downloadgodot-dc3509b2aafe435ffd6c8d22f966f7ccd3575c4e.tar.gz
godot-dc3509b2aafe435ffd6c8d22f966f7ccd3575c4e.tar.zst
godot-dc3509b2aafe435ffd6c8d22f966f7ccd3575c4e.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 386f02a03..847294be8 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -560,6 +560,10 @@ private:
void _load_docks_from_config(Ref<ConfigFile> p_layout, const String &p_section);
void _update_dock_slots_visibility();
+ bool restoring_scenes;
+ void _save_open_scenes_to_config(Ref<ConfigFile> p_layout, const String &p_section);
+ void _load_open_scenes_from_config(Ref<ConfigFile> p_layout, const String &p_section);
+
void _update_layouts_menu();
void _layout_menu_option(int p_id);