summaryrefslogtreecommitdiffstats
path: root/editor/editor_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_interface.h')
-rw-r--r--editor/editor_interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/editor_interface.h b/editor/editor_interface.h
index 2ac1336202..932b18070c 100644
--- a/editor/editor_interface.h
+++ b/editor/editor_interface.h
@@ -50,6 +50,7 @@ class Mesh;
class Node;
class ScriptEditor;
class Texture2D;
+class Theme;
class VBoxContainer;
class Window;
@@ -84,11 +85,10 @@ public:
void set_plugin_enabled(const String &p_plugin, bool p_enabled);
bool is_plugin_enabled(const String &p_plugin) const;
- void add_editor_plugin(EditorPlugin *p_plugin);
- void remove_editor_plugin(EditorPlugin *p_plugin);
-
// Editor GUI.
+ Ref<Theme> get_editor_theme() const;
+
Control *get_base_control() const;
VBoxContainer *get_editor_main_screen() const;
ScriptEditor *get_script_editor() const;