From dd6313710ec9ef85d9fcaf272e828cafded04177 Mon Sep 17 00:00:00 2001 From: Will Nations Date: Tue, 13 Feb 2018 22:31:38 -0600 Subject: Enable EditorPlugin to add/remove autoloads --- editor/editor_autoload_settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/editor_autoload_settings.h') 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(); }; -- cgit v1.2.3-70-g09d2