diff options
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r-- | editor/editor_run_script.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h index 2c3b4b85ce..52905ccc86 100644 --- a/editor/editor_run_script.h +++ b/editor/editor_run_script.h @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ @@ -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); |