diff options
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r-- | editor/editor_run_script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h index 2c3b4b85ce..9bb9917c1c 100644 --- a/editor/editor_run_script.h +++ b/editor/editor_run_script.h @@ -30,8 +30,8 @@ #ifndef EDITOR_RUN_SCRIPT_H #define EDITOR_RUN_SCRIPT_H +#include "editor_plugin.h" #include "reference.h" - class EditorNode; class EditorScript : public Reference { @@ -45,7 +45,7 @@ protected: public: void add_root_node(Node *p_node); Node *get_scene(); - + EditorInterface *get_editor_interface(); virtual void _run(); void set_editor(EditorNode *p_editor); |