aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_autoload_settings.h
diff options
context:
space:
mode:
authorWill Nations2018-02-13 22:31:38 -0600
committerWill Nations2018-02-14 20:15:57 -0600
commitdd6313710ec9ef85d9fcaf272e828cafded04177 (patch)
tree997098c0c64981653127ce276014de290ee60d9a /editor/editor_autoload_settings.h
parente7351ecdf5f14f1b6a8733f91fd90646406d77a5 (diff)
downloadgodot-dd6313710ec9ef85d9fcaf272e828cafded04177.tar.gz
godot-dd6313710ec9ef85d9fcaf272e828cafded04177.tar.zst
godot-dd6313710ec9ef85d9fcaf272e828cafded04177.zip
Enable EditorPlugin to add/remove autoloads
Diffstat (limited to 'editor/editor_autoload_settings.h')
-rw-r--r--editor/editor_autoload_settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_autoload_settings.h b/editor/editor_autoload_settings.h
index 39f902179..b5c889fd0 100644
--- a/editor/editor_autoload_settings.h
+++ b/editor/editor_autoload_settings.h
@@ -84,6 +84,8 @@ protected:
public:
void update_autoload();
+ void autoload_add(const String &p_name, const String &p_path);
+ void autoload_remove(const String &p_name);
EditorAutoloadSettings();
};