summaryrefslogtreecommitdiff
path: root/tools/editor/editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-08-16 09:20:17 +0200
committerGitHub <noreply@github.com>2016-08-16 09:20:17 +0200
commitd7e75a097820dbab69707ed80a03aa959edd2b93 (patch)
treed9c0251063f9d3bd52bcdc96eb0c0c5f6c2e7535 /tools/editor/editor_plugin.h
parent91ba00b4163ceec83211b9445dd1a0900d71efe4 (diff)
parenta27d2e4c291975f4a5e9fabe89501584e33a3326 (diff)
Merge pull request #6163 from TheHX/pr-editor-plugin
Expose additional functions for the EditorPlugin class
Diffstat (limited to 'tools/editor/editor_plugin.h')
-rw-r--r--tools/editor/editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_plugin.h b/tools/editor/editor_plugin.h
index b960a7d5af..9a9c32357d 100644
--- a/tools/editor/editor_plugin.h
+++ b/tools/editor/editor_plugin.h
@@ -118,6 +118,7 @@ public:
virtual void get_window_layout(Ref<ConfigFile> p_layout);
virtual void edited_scene_changed(){}; // if changes are pending in editor, apply them
+ void queue_save_layout() const;
Control *get_base_control();