aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_run_script.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-08-26 10:32:15 -0300
committerJuan Linietsky2017-08-26 10:33:07 -0300
commitdd7145b778ea4884fd52f5efaf79dc55375c8465 (patch)
treef4a3ff305d3bec624dda455701aad40eea1605a8 /editor/editor_run_script.h
parentf634973acb711432fe50f8072416f30c8f92122b (diff)
downloadgodot-dd7145b778ea4884fd52f5efaf79dc55375c8465.tar.gz
godot-dd7145b778ea4884fd52f5efaf79dc55375c8465.tar.zst
godot-dd7145b778ea4884fd52f5efaf79dc55375c8465.zip
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r--editor/editor_run_script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h
index 2c3b4b85c..9bb9917c1 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);